Skip to content

Commit 33c98b5

Browse files
committed
Merge branch 'vthiebaut/acr_deploy' of https://github.com/PowerShell/SecretManagement into vthiebaut/acr_deploy
2 parents e94ae46 + 760256f commit 33c98b5

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
@@ -289,16 +289,8 @@ extends:
289289
pool:
290290
type: release
291291
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-
- task: DownloadPipelineArtifact@2
298-
inputs:
299-
buildType: 'current'
300-
targetPath: '$(Pipeline.Workspace)'
301-
displayName: 'Download to get EV2 Files'
292+
- download: current
293+
displayName: Download artifacts
302294
- task: vsrm-ev2.vss-services-ev2.adm-release-task.ExpressV2Internal@1
303295
displayName: 'Ev2: Push to ACR'
304296
inputs:

0 commit comments

Comments
 (0)