File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -317,8 +317,8 @@ extends:
317
317
- pwsh : |
318
318
Set-Location "$(Build.SourcesDirectory)/DSC"
319
319
$null = New-Item -ItemType Directory -Path "./bin/msix" -Force -ErrorAction Ignore
320
- Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWinx64 /*.msix" ./bin/msix -Verbose
321
- Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWinarm64 /*.msix" ./bin/msix -Verbose
320
+ Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWin_x64 /*.msix" ./bin/msix -Verbose
321
+ Copy-Item "$(Pipeline.Workspace)/drop_BuildAndSign_BuildWin_arm64 /*.msix" ./bin/msix -Verbose
322
322
./build.ps1 -PackageType msixbundle
323
323
Copy-Item ./bin/*.msixbundle "$(ob_outputDirectory)"
324
324
displayName: 'Create msixbundle'
You can’t perform that action at this time.
0 commit comments