File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}'
Original file line number Diff line number Diff 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)'
You can’t perform that action at this time.
0 commit comments