mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-10 02:37:04 +00:00
ci: make build_msix.ps1 stage-only exit dot-source safe
This commit is contained in:
@@ -51,7 +51,7 @@ Set-Content -Path (Join-Path $StagingDir 'AppxManifest.xml') -Value $manifest -E
|
|||||||
|
|
||||||
if ($StageOnly) {
|
if ($StageOnly) {
|
||||||
Write-Output "Staged loose layout at: $StagingDir"
|
Write-Output "Staged loose layout at: $StagingDir"
|
||||||
exit 0
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
$makeappx = Get-ChildItem "${env:ProgramFiles(x86)}\Windows Kits\10\bin\10.*\x64\makeappx.exe" -ErrorAction SilentlyContinue |
|
$makeappx = Get-ChildItem "${env:ProgramFiles(x86)}\Windows Kits\10\bin\10.*\x64\makeappx.exe" -ErrorAction SilentlyContinue |
|
||||||
|
|||||||
Reference in New Issue
Block a user