Skip to content

Commit 260997c

Browse files
committed
fix msixbundle copy location
1 parent a410db7 commit 260997c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/DSC-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ extends:
181181
Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWin_x64/*.msix" ./bin/msix -Verbose
182182
Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWin_arm64/*.msix" ./bin/msix -Verbose
183183
./build.ps1 -PackageType msixbundle
184-
Copy-Item "$(System.DefaultWorkingDirectory)/bin/*.msixbundle" "$(ob_outputDirectory)"
184+
Copy-Item "$(System.DefaultWorkingDirectory)/DSC/bin/*.msixbundle" "$(ob_outputDirectory)"
185185
displayName: 'Create msixbundle'
186186
condition: succeeded()
187187

0 commit comments

Comments
 (0)