Skip to content

Commit ede5648

Browse files
author
Steve Lee (POWERSHELL HE/HIM) (from Dev Box)
committed
fix msixbundle location
1 parent 0f1153c commit ede5648

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pipelines/DSC-Official.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ extends:
162162
command: 'sign'
163163
signing_profile: 'Dynamic-WINMSAPP1ST'
164164
files_to_sign: '*.msixbundle'
165-
search_root: '$(Build.SourcesDirectory)\bin'
165+
search_root: '$(Build.SourcesDirectory)\DSC\bin'
166166
- pwsh: |
167-
Copy-Item ./bin/*.msixbundle "$(ob_outputDirectory)"
167+
Copy-Item "$(Build.SourcesDirectory)/DSC/bin/*.msixbundle" "$(ob_outputDirectory)"
168168
displayName: 'Copy MsixBundle to output directory'
169169
170170
- job: BuildLinuxMusl

0 commit comments

Comments
 (0)