diff options
Diffstat (limited to 'src/tools/tools.cmd')
-rw-r--r-- | src/tools/tools.cmd | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/tools/tools.cmd b/src/tools/tools.cmd index fe90cf07..132c0f10 100644 --- a/src/tools/tools.cmd +++ b/src/tools/tools.cmd | |||
@@ -19,20 +19,8 @@ | |||
19 | 19 | ||
20 | @echo Building tools %_C% | 20 | @echo Building tools %_C% |
21 | 21 | ||
22 | :: Build | 22 | :: Build, Publish, Test, Pack |
23 | msbuild -Restore tools.sln -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\tools_build.binlog || exit /b | 23 | msbuild -Restore tools_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\tools.binlog || exit /b |
24 | |||
25 | :: Publish | ||
26 | msbuild publish_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\tools_publish.binlog || exit /b | ||
27 | |||
28 | :: Test | ||
29 | dotnet test ^ | ||
30 | %_B%\test\WixToolsetTest.Heat\net472\WixToolsetTest.Heat.dll ^ | ||
31 | %_B%\test\WixToolsetTest.HeatTasks\net472\WixToolsetTest.HeatTasks.dll ^ | ||
32 | --nologo -l "trx;LogFileName=%_L%\TestResults\tools.trx" || exit /b | ||
33 | |||
34 | :: Pack | ||
35 | msbuild -t:Pack WixToolset.Heat -p:Configuration=%_C% -p:NoBuild=true -tl -nologo -m -warnaserror -bl:%_L%\tools_pack.binlog || exit /b | ||
36 | 24 | ||
37 | @goto :end | 25 | @goto :end |
38 | 26 | ||