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