aboutsummaryrefslogtreecommitdiff
path: root/src/ext/PowerShell
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-12-06 11:53:44 -0800
committerRob Mensching <rob@firegiant.com>2023-12-16 14:32:21 -0800
commit1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (patch)
treed8c1f3684b9056d1255d158afe723af1bcad71b8 /src/ext/PowerShell
parent6cd11a8a8bfb7f16ff1e866a58a10431a1738058 (diff)
downloadwix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.gz
wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.bz2
wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.zip
Pretty up build output
Diffstat (limited to 'src/ext/PowerShell')
-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