Skip to content

Commit 760256f

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

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.pipelines/SecretManagement-Official.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -318,16 +318,8 @@ extends:
318318
pool:
319319
type: release
320320
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-
- task: DownloadPipelineArtifact@2
327-
inputs:
328-
buildType: 'current'
329-
targetPath: '$(Pipeline.Workspace)'
330-
displayName: 'Download to get EV2 Files'
321+
- download: current
322+
displayName: Download artifacts
331323
- task: vsrm-ev2.vss-services-ev2.adm-release-task.ExpressV2Internal@1
332324
displayName: 'Ev2: Push to ACR'
333325
inputs:

0 commit comments

Comments
 (0)