We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b022482 commit 6597287Copy full SHA for 6597287
.azure-pipelines/sign-tool-installer.yml
@@ -67,9 +67,15 @@ steps:
67
custom: msbuild
68
arguments: 'tools\Az.Tools.Installer\build.proj /t:Package /p:Configuration=Release'
69
70
+- task: ManifestGeneratorTask@0
71
+ displayName: 'Generation Task'
72
+ inputs:
73
+ PackageName: 'Azure PowerShell - Az Tools Installer'
74
+ BuildDropPath: '$(System.ArtifactsDirectory)/artifacts'
75
+
76
- task: PublishPipelineArtifact@0
77
displayName: 'Save artifacts'
78
inputs:
79
artifactName: artifacts
80
targetPath: artifacts
- condition: succeededOrFailed()
81
+ condition: succeededOrFailed()
0 commit comments