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 0f1153c commit ede5648Copy full SHA for ede5648
.pipelines/DSC-Official.yml
@@ -162,9 +162,9 @@ extends:
162
command: 'sign'
163
signing_profile: 'Dynamic-WINMSAPP1ST'
164
files_to_sign: '*.msixbundle'
165
- search_root: '$(Build.SourcesDirectory)\bin'
+ search_root: '$(Build.SourcesDirectory)\DSC\bin'
166
- pwsh: |
167
- Copy-Item ./bin/*.msixbundle "$(ob_outputDirectory)"
+ Copy-Item "$(Build.SourcesDirectory)/DSC/bin/*.msixbundle" "$(ob_outputDirectory)"
168
displayName: 'Copy MsixBundle to output directory'
169
170
- job: BuildLinuxMusl
0 commit comments