diff options
Diffstat (limited to '')
-rw-r--r-- | src/tools/tools.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/tools.cmd b/src/tools/tools.cmd index 125bf298..a37703f6 100644 --- a/src/tools/tools.cmd +++ b/src/tools/tools.cmd | |||
@@ -17,7 +17,7 @@ | |||
17 | @echo Building tools %_C% | 17 | @echo Building tools %_C% |
18 | 18 | ||
19 | :: Build | 19 | :: Build |
20 | msbuild -Restore tools.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:..\..\build\logs\tools_build.binlog || exit /b | 20 | msbuild -Restore tools.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\tools_build.binlog || exit /b |
21 | 21 | ||
22 | :: Publish | 22 | :: Publish |
23 | msbuild publish_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\tools_publish.binlog || exit /b | 23 | msbuild publish_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\tools_publish.binlog || exit /b |
@@ -26,7 +26,7 @@ msbuild publish_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\to | |||
26 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.HeatTasks -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.HeatTasks.trx" || exit /b | 26 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.HeatTasks -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.HeatTasks.trx" || exit /b |
27 | 27 | ||
28 | :: Pack | 28 | :: Pack |
29 | msbuild -t:Pack WixToolset.Heat -p:Configuration=%_C% -p:NoBuild=true -nologo -m -warnaserror -bl:..\..\build\logs\tools_pack.binlog || exit /b | 29 | msbuild -t:Pack WixToolset.Heat -p:Configuration=%_C% -p:NoBuild=true -nologo -m -warnaserror -bl:%_L%\tools_pack.binlog || exit /b |
30 | 30 | ||
31 | @goto :end | 31 | @goto :end |
32 | 32 | ||