We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d27ef2 commit c308449Copy full SHA for c308449
build.ps1
@@ -36,7 +36,7 @@ try {
36
# Build Wingman UX
37
Write-Host "Deploying Wingman Desktop ..."
38
Push-Location -Path "./ux"
39
- ./build-ux-ci.ps1 -BuildPlatform $BuildPlatform -SkipBuild -SkipDeployment:$SkipDeployment
+ ./deploy-ux-ci.ps1 -BuildPlatform $BuildPlatform -SkipBuild -SkipDeployment:$SkipDeployment
40
if ($LASTEXITCODE -ne 0) {
41
throw "Deploying Wingman failed with exit code $LASTEXITCODE"
42
}
0 commit comments