diff options
Diffstat (limited to 'src/ext/PowerShell/ps.cmd')
| -rw-r--r-- | src/ext/PowerShell/ps.cmd | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/ext/PowerShell/ps.cmd b/src/ext/PowerShell/ps.cmd index b5a0657b..cfb1274b 100644 --- a/src/ext/PowerShell/ps.cmd +++ b/src/ext/PowerShell/ps.cmd | |||
| @@ -8,11 +8,8 @@ | |||
| 8 | 8 | ||
| 9 | @echo PowerShell.wixext build %_C% | 9 | @echo PowerShell.wixext build %_C% |
| 10 | 10 | ||
| 11 | :: Restore | ||
| 12 | msbuild -t:Restore -p:Configuration=%_C% || exit /b | ||
| 13 | |||
| 14 | :: Build | 11 | :: Build |
| 15 | msbuild -t:Build -p:Configuration=%_C% test\WixToolsetTest.PowerShell\WixToolsetTest.PowerShell.csproj || exit /b | 12 | msbuild -Restore -p:Configuration=%_C% || exit /b |
| 16 | 13 | ||
| 17 | :: Test | 14 | :: Test |
| 18 | dotnet test -c %_C% --no-build test\WixToolsetTest.PowerShell || exit /b | 15 | dotnet test -c %_C% --no-build test\WixToolsetTest.PowerShell || exit /b |
