diff options
| author | Rob Mensching <rob@firegiant.com> | 2023-12-06 11:53:44 -0800 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2023-12-16 14:32:21 -0800 |
| commit | 1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e (patch) | |
| tree | d8c1f3684b9056d1255d158afe723af1bcad71b8 /src/ext/DirectX | |
| parent | 6cd11a8a8bfb7f16ff1e866a58a10431a1738058 (diff) | |
| download | wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.gz wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.bz2 wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.zip | |
Pretty up build output
Diffstat (limited to 'src/ext/DirectX')
| -rw-r--r-- | src/ext/DirectX/directx.cmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ext/DirectX/directx.cmd b/src/ext/DirectX/directx.cmd index bc1068d7..56889513 100644 --- a/src/ext/DirectX/directx.cmd +++ b/src/ext/DirectX/directx.cmd | |||
| @@ -9,16 +9,16 @@ | |||
| 9 | @echo DirectX.wixext build %_C% | 9 | @echo DirectX.wixext build %_C% |
| 10 | 10 | ||
| 11 | :: Restore | 11 | :: Restore |
| 12 | msbuild -t:Restore -p:Configuration=%_C% || exit /b | 12 | msbuild -t:Restore -p:Configuration=%_C% -tl -nologo -warnaserror || exit /b |
| 13 | 13 | ||
| 14 | :: Build | 14 | :: Build |
| 15 | msbuild -t:Build -p:Configuration=%_C% test\WixToolsetTest.DirectX\WixToolsetTest.DirectX.csproj || exit /b | 15 | msbuild -t:Build -p:Configuration=%_C% -tl -nologo -warnaserror test\WixToolsetTest.DirectX\WixToolsetTest.DirectX.csproj || exit /b |
| 16 | 16 | ||
| 17 | :: Test | 17 | :: Test |
| 18 | dotnet test -c %_C% --no-build test\WixToolsetTest.DirectX || exit /b | 18 | dotnet test -c %_C% --no-build test\WixToolsetTest.DirectX || exit /b |
| 19 | 19 | ||
| 20 | :: Pack | 20 | :: Pack |
| 21 | msbuild -t:Pack -p:Configuration=%_C% wixext\WixToolset.DirectX.wixext.csproj || exit /b | 21 | msbuild -t:Pack -p:Configuration=%_C% -tl -nologo -warnaserror wixext\WixToolset.DirectX.wixext.csproj || exit /b |
| 22 | 22 | ||
| 23 | @popd | 23 | @popd |
| 24 | @endlocal | 24 | @endlocal |
