Skip to content

Commit 8a06cd0

Browse files
authored
Fix format issue for yml file (Azure#24009)
1 parent e62512c commit 8a06cd0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.azure-pipelines/sign-tool-installer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ steps:
6969

7070
- task: ManifestGeneratorTask@0
7171
displayName: 'Generation Task'
72-
inputs:
73-
PackageName: 'Azure PowerShell - Az Tools Installer'
74-
BuildDropPath: artifacts
72+
inputs:
73+
PackageName: 'Azure PowerShell - Az Tools Installer'
74+
BuildDropPath: artifacts
7575

7676
- task: PublishPipelineArtifact@0
7777
displayName: 'Save artifacts'

0 commit comments

Comments
 (0)