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 528378b commit cc20199Copy full SHA for cc20199
.azure-pipelines/code-oob.yml
@@ -131,7 +131,7 @@ stages:
131
displayName: 'Generation Task'
132
inputs:
133
PackageName: 'Azure PowerShell - ${{ parameters.ServiceName }}'
134
- BuildDropPath: '$(System.ArtifactsDirectory)/OOB'
+ BuildDropPath: OOB
135
136
- task: PublishBuildArtifacts@1
137
.azure-pipelines/sign-tool-installer.yml
@@ -71,7 +71,7 @@ steps:
71
72
73
PackageName: 'Azure PowerShell - Az Tools Installer'
74
- BuildDropPath: '$(System.ArtifactsDirectory)/artifacts'
+ BuildDropPath: artifacts
75
76
- task: PublishPipelineArtifact@0
77
displayName: 'Save artifacts'
0 commit comments