We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49c6126 commit bb646e2Copy full SHA for bb646e2
.pipelines/SecretManagement-Official.yml
@@ -315,16 +315,8 @@ extends:
315
pool:
316
type: release
317
steps:
318
- - task: DownloadPipelineArtifact@2
319
- inputs:
320
- targetPath: '$(Pipeline.Workspace)'
321
- artifact: drop_PrepForEV2_CopyEv2FilesToArtifact
322
- displayName: 'Download drop_PrepForEV2_CopyEv2FilesToArtifact artifact that has all files needed'
323
324
325
- buildType: 'current'
326
327
- displayName: 'Download to get EV2 Files'
+ - download: current
+ displayName: Download artifacts
328
- task: vsrm-ev2.vss-services-ev2.adm-release-task.ExpressV2Internal@1
329
displayName: 'Ev2: Push to ACR'
330
inputs:
0 commit comments