Skip to content

Commit 4823ed4

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
switch to download task to use targetPath
1 parent d513a2d commit 4823ed4

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.pipelines/DSC-Official.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -168,10 +168,14 @@ extends:
168168
pool:
169169
type: windows
170170
steps:
171-
- download: current
172-
artifact: drop_BuildAndSign_CreateMsixBundle
173-
patterns: '*.msixbundle'
174-
targetPath: '$(Build.ArtifactStagingDirectory)/downloads'
171+
- task: DownloadPipelineArtifact@2
172+
inputs:
173+
buildType: 'current'
174+
artifact: drop_BuildAndSign_CreateMsixBundle
175+
itemPattern: |
176+
**/*.msixbundle
177+
targetPath: '$(Build.ArtifactStagingDirectory)/downloads'
178+
displayName: Download MsixBundle
175179
- task: onebranch.pipeline.signing@1
176180
displayName: Sign MsixBundle
177181
condition: succeeded()

0 commit comments

Comments
 (0)