Skip to content

Commit dc57c2e

Browse files
authored
CI: Upgraded DownloadPipelineArtifact to version 2 (#1324)
1 parent 0c15e6d commit dc57c2e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.build/azure-templates/publish-nuget-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ steps:
4040
EnsureNotNullOrEmpty('${{ parameters.testSymbolFilesConvention }}', 'testSymbolFilesConvention')
4141
displayName: 'Validate Template Parameters'
4242

43-
- task: DownloadPipelineArtifact@0
43+
- task: DownloadPipelineArtifact@2
4444
displayName: 'Download Build Artifacts: ${{ parameters.nugetArtifactName }}'
4545
inputs:
4646
artifactName: '${{ parameters.nugetArtifactName }}'
4747
targetPath: '$(System.DefaultWorkingDirectory)/${{ parameters.nugetArtifactName }}'
4848

49-
- task: DownloadPipelineArtifact@0
49+
- task: DownloadPipelineArtifact@2
5050
displayName: 'Download Build Artifacts: ${{ parameters.debugArtifactName }}'
5151
inputs:
5252
artifactName: '${{ parameters.debugArtifactName }}'

azure-pipelines.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,7 @@ stages:
624624

625625
- template: '.build/azure-templates/show-all-environment-variables.yml'
626626

627-
- task: DownloadPipelineArtifact@0
627+
- task: DownloadPipelineArtifact@2
628628
displayName: 'Download Build Artifacts: $(VersionArtifactName)'
629629
inputs:
630630
artifactName: '$(VersionArtifactName)'
@@ -667,14 +667,14 @@ stages:
667667
- template: '.build/azure-templates/show-all-environment-variables.yml'
668668

669669

670-
- task: 'DownloadPipelineArtifact@0'
670+
- task: 'DownloadPipelineArtifact@2'
671671
displayName: 'Download Build Artifacts: $(NuGetArtifactName)'
672672
inputs:
673673
artifactName: '$(NuGetArtifactName)'
674674
targetPath: '$(Build.ArtifactStagingDirectory)/$(NuGetArtifactName)'
675675

676676

677-
- task: DownloadPipelineArtifact@0
677+
- task: DownloadPipelineArtifact@2
678678
displayName: 'Download Build Artifacts: $(VersionArtifactName)'
679679
inputs:
680680
artifactName: '$(VersionArtifactName)'

0 commit comments

Comments
 (0)