We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d513a2d commit 4823ed4Copy full SHA for 4823ed4
.pipelines/DSC-Official.yml
@@ -168,10 +168,14 @@ extends:
168
pool:
169
type: windows
170
steps:
171
- - download: current
172
- artifact: drop_BuildAndSign_CreateMsixBundle
173
- patterns: '*.msixbundle'
174
- targetPath: '$(Build.ArtifactStagingDirectory)/downloads'
+ - task: DownloadPipelineArtifact@2
+ inputs:
+ buildType: 'current'
+ artifact: drop_BuildAndSign_CreateMsixBundle
175
+ itemPattern: |
176
+ **/*.msixbundle
177
+ targetPath: '$(Build.ArtifactStagingDirectory)/downloads'
178
+ displayName: Download MsixBundle
179
- task: onebranch.pipeline.signing@1
180
displayName: Sign MsixBundle
181
condition: succeeded()
0 commit comments