aboutsummaryrefslogtreecommitdiff
path: root/src/ext/PowerShell/ps.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/PowerShell/ps.cmd')
-rw-r--r--src/ext/PowerShell/ps.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/PowerShell/ps.cmd b/src/ext/PowerShell/ps.cmd
index cfb1274b..4a8aa61e 100644
--- a/src/ext/PowerShell/ps.cmd
+++ b/src/ext/PowerShell/ps.cmd
@@ -9,13 +9,13 @@
9@echo PowerShell.wixext build %_C% 9@echo PowerShell.wixext build %_C%
10 10
11:: Build 11:: Build
12msbuild -Restore -p:Configuration=%_C% || exit /b 12msbuild -Restore -p:Configuration=%_C% -tl -nologo -warnaserror || exit /b
13 13
14:: Test 14:: Test
15dotnet test -c %_C% --no-build test\WixToolsetTest.PowerShell || exit /b 15dotnet test -c %_C% --no-build test\WixToolsetTest.PowerShell || exit /b
16 16
17:: Pack 17:: Pack
18msbuild -t:Pack -p:Configuration=%_C% -p:NoBuild=true wixext\WixToolset.PowerShell.wixext.csproj || exit /b 18msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror -p:NoBuild=true wixext\WixToolset.PowerShell.wixext.csproj || exit /b
19 19
20@popd 20@popd
21@endlocal 21@endlocal