We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 494d879 commit d406192Copy full SHA for d406192
.github/workflows/ci.yml
@@ -35,4 +35,4 @@ jobs:
35
if (-not $inst) { Write-Error 'Visual Studio installation not found'; exit 1 }
36
$vsDevCmd = Join-Path $inst 'Common7\Tools\VsDevCmd.bat'
37
if (-not (Test-Path $vsDevCmd)) { Write-Error "VsDevCmd.bat not found: $vsDevCmd"; exit 1 }
38
- cmd /c "`"$vsDevCmd`" -noLogo && powershell -NoProfile -ExecutionPolicy Bypass -Command .\prefix.exe .\tests\test2.pre"
+ cmd /c "`"$vsDevCmd`" -noLogo && .\prefix.exe .\tests\test2.pre"
0 commit comments