diff options
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 | ||