Skip to content

Commit

Permalink
Fix generation task drop folder issue (Azure#23910)
Browse files Browse the repository at this point in the history
  • Loading branch information
vidai-msft authored Jan 9, 2024
1 parent 528378b commit cc20199
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/code-oob.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ stages:
displayName: 'Generation Task'
inputs:
PackageName: 'Azure PowerShell - ${{ parameters.ServiceName }}'
BuildDropPath: '$(System.ArtifactsDirectory)/OOB'
BuildDropPath: OOB

- task: PublishBuildArtifacts@1
inputs:
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/sign-tool-installer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ steps:
displayName: 'Generation Task'
inputs:
PackageName: 'Azure PowerShell - Az Tools Installer'
BuildDropPath: '$(System.ArtifactsDirectory)/artifacts'
BuildDropPath: artifacts

- task: PublishPipelineArtifact@0
displayName: 'Save artifacts'
Expand Down

0 comments on commit cc20199

Please sign in to comment.