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/tools | |
parent | 6cd11a8a8bfb7f16ff1e866a58a10431a1738058 (diff) | |
download | wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.gz wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.tar.bz2 wix-1bdcbeb08dfdcbec0929db19569e0eaa13de9c0e.zip |
Pretty up build output
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/tools.cmd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/tools/tools.cmd b/src/tools/tools.cmd index 2ec67f46..fe90cf07 100644 --- a/src/tools/tools.cmd +++ b/src/tools/tools.cmd | |||
@@ -20,10 +20,10 @@ | |||
20 | @echo Building tools %_C% | 20 | @echo Building tools %_C% |
21 | 21 | ||
22 | :: Build | 22 | :: Build |
23 | msbuild -Restore tools.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\tools_build.binlog || exit /b | 23 | msbuild -Restore tools.sln -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\tools_build.binlog || exit /b |
24 | 24 | ||
25 | :: Publish | 25 | :: Publish |
26 | msbuild publish_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\tools_publish.binlog || exit /b | 26 | msbuild publish_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\tools_publish.binlog || exit /b |
27 | 27 | ||
28 | :: Test | 28 | :: Test |
29 | dotnet test ^ | 29 | dotnet test ^ |
@@ -32,7 +32,7 @@ dotnet test ^ | |||
32 | --nologo -l "trx;LogFileName=%_L%\TestResults\tools.trx" || exit /b | 32 | --nologo -l "trx;LogFileName=%_L%\TestResults\tools.trx" || exit /b |
33 | 33 | ||
34 | :: Pack | 34 | :: Pack |
35 | msbuild -t:Pack WixToolset.Heat -p:Configuration=%_C% -p:NoBuild=true -nologo -m -warnaserror -bl:%_L%\tools_pack.binlog || exit /b | 35 | msbuild -t:Pack WixToolset.Heat -p:Configuration=%_C% -p:NoBuild=true -tl -nologo -m -warnaserror -bl:%_L%\tools_pack.binlog || exit /b |
36 | 36 | ||
37 | @goto :end | 37 | @goto :end |
38 | 38 | ||