Skip to content

Commit

Permalink
Fix desktop deployment error
Browse files Browse the repository at this point in the history
  • Loading branch information
Curtis Gray committed May 9, 2024
1 parent 4d27ef2 commit c308449
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ try {
# Build Wingman UX
Write-Host "Deploying Wingman Desktop ..."
Push-Location -Path "./ux"
./build-ux-ci.ps1 -BuildPlatform $BuildPlatform -SkipBuild -SkipDeployment:$SkipDeployment
./deploy-ux-ci.ps1 -BuildPlatform $BuildPlatform -SkipBuild -SkipDeployment:$SkipDeployment
if ($LASTEXITCODE -ne 0) {
throw "Deploying Wingman failed with exit code $LASTEXITCODE"
}
Expand Down

0 comments on commit c308449

Please sign in to comment.