We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e94ae46 + 760256f commit 33c98b5Copy full SHA for 33c98b5
1 file changed
.pipelines/SecretManagement-Official.yml
@@ -289,16 +289,8 @@ extends:
289
pool:
290
type: release
291
steps:
292
- - task: DownloadPipelineArtifact@2
293
- inputs:
294
- targetPath: '$(Pipeline.Workspace)'
295
- artifact: drop_PrepForEV2_CopyEv2FilesToArtifact
296
- displayName: 'Download drop_PrepForEV2_CopyEv2FilesToArtifact artifact that has all files needed'
297
298
299
- buildType: 'current'
300
301
- displayName: 'Download to get EV2 Files'
+ - download: current
+ displayName: Download artifacts
302
- task: vsrm-ev2.vss-services-ev2.adm-release-task.ExpressV2Internal@1
303
displayName: 'Ev2: Push to ACR'
304
inputs:
0 commit comments