Skip to content

Commit bb646e2

Browse files
Update .pipelines/SecretManagement-Official.yml
Co-authored-by: Andy Jordan <2226434+andyleejordan@users.noreply.github.com>
1 parent 49c6126 commit bb646e2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

.pipelines/SecretManagement-Official.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -315,16 +315,8 @@ extends:
315315
pool:
316316
type: release
317317
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-
- task: DownloadPipelineArtifact@2
324-
inputs:
325-
buildType: 'current'
326-
targetPath: '$(Pipeline.Workspace)'
327-
displayName: 'Download to get EV2 Files'
318+
- download: current
319+
displayName: Download artifacts
328320
- task: vsrm-ev2.vss-services-ev2.adm-release-task.ExpressV2Internal@1
329321
displayName: 'Ev2: Push to ACR'
330322
inputs:

0 commit comments

Comments
 (0)