diff options
| author | Bob Arnson <bob@firegiant.com> | 2025-02-14 23:49:12 -0500 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2025-03-03 14:25:07 -0500 |
| commit | ae96ff06cadd0141f48d88a7e9983ca81dace613 (patch) | |
| tree | 692c21c53be97e30e60a515b215342b27a7087d0 /src/tools/tools.cmd | |
| parent | ca6e44d496b0c589fdaabad69a00643f539c47cd (diff) | |
| download | wix-ae96ff06cadd0141f48d88a7e9983ca81dace613.tar.gz wix-ae96ff06cadd0141f48d88a7e9983ca81dace613.tar.bz2 wix-ae96ff06cadd0141f48d88a7e9983ca81dace613.zip | |
Convert tools\ to MSTest and traversal projects.
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 | ||
