Skip to content

Commit

Permalink
Use DownloadBuildArtifacts v1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Jan 16, 2024
1 parent 965aa55 commit 17e4948
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ extends:
steps:
- checkout: self
fetchTags: false
- task: DownloadBuildArtifacts@0
- task: DownloadBuildArtifacts@1
displayName: Download Build Artifacts
inputs:
buildType: specific
Expand Down
2 changes: 1 addition & 1 deletion .azure-pipelines/rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ extends:
steps:
- checkout: self
fetchTags: true
- task: DownloadBuildArtifacts@0
- task: DownloadBuildArtifacts@1
displayName: Download Build Artifacts
inputs:
buildType: specific
Expand Down

0 comments on commit 17e4948

Please sign in to comment.