File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -131,14 +131,14 @@ jobs:
131131 # Download platform-specific artifacts to Build.BinariesDirectory
132132 - ${{ each platform in parameters.buildPlatforms }} :
133133 - ${{ if eq(platform.vsceTarget, '') }} :
134- - task : 1ES. DownloadPipelineArtifact@1
134+ - task : DownloadPipelineArtifact@2
135135 inputs :
136136 artifactName : vsix-universal
137137 targetPath : $(Build.BinariesDirectory)/vsix-universal
138138 displayName : 🚛 Download extension (universal)
139139
140140 - ${{ if ne(platform.vsceTarget, '') }} :
141- - task : 1ES. DownloadPipelineArtifact@1
141+ - task : DownloadPipelineArtifact@2
142142 inputs :
143143 artifactName : vsix-${{ platform.vsceTarget }}
144144 targetPath : $(Build.BinariesDirectory)/vsix-${{ platform.vsceTarget }}
You can’t perform that action at this time.
0 commit comments