mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-06-11 06:23:08 +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) {
|
||||
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 |
|
||||
|
||||
Reference in New Issue
Block a user