Skip to content

Commit cc20199

Browse files
authored
Fix generation task drop folder issue (#23910)
1 parent 528378b commit cc20199

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.azure-pipelines/code-oob.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ stages:
131131
displayName: 'Generation Task'
132132
inputs:
133133
PackageName: 'Azure PowerShell - ${{ parameters.ServiceName }}'
134-
BuildDropPath: '$(System.ArtifactsDirectory)/OOB'
134+
BuildDropPath: OOB
135135

136136
- task: PublishBuildArtifacts@1
137137
inputs:

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ steps:
7171
displayName: 'Generation Task'
7272
inputs:
7373
PackageName: 'Azure PowerShell - Az Tools Installer'
74-
BuildDropPath: '$(System.ArtifactsDirectory)/artifacts'
74+
BuildDropPath: artifacts
7575

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

0 commit comments

Comments
 (0)