aboutsummaryrefslogtreecommitdiff
path: root/src/tools/tools.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/tools.cmd')
-rw-r--r--src/tools/tools.cmd16
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
23msbuild -Restore tools.sln -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\tools_build.binlog || exit /b 23msbuild -Restore tools_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\tools.binlog || exit /b
24
25:: Publish
26msbuild publish_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror -bl:%_L%\tools_publish.binlog || exit /b
27
28:: Test
29dotnet 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
35msbuild -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