diff options
author | Rob Mensching <rob@firegiant.com> | 2022-08-16 18:11:54 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-08-16 23:21:06 -0700 |
commit | 94e722baab4e848a615812a45fecc8322335d1f0 (patch) | |
tree | 8b1124ba75f3b1fc55981113660407c903d45543 /src/tools/tools.cmd | |
parent | da5cc586114e537461b239a882c5bbea470d812d (diff) | |
download | wix-94e722baab4e848a615812a45fecc8322335d1f0.tar.gz wix-94e722baab4e848a615812a45fecc8322335d1f0.tar.bz2 wix-94e722baab4e848a615812a45fecc8322335d1f0.zip |
Update heat to use StandardDirectory element
Fixes 6631
Diffstat (limited to 'src/tools/tools.cmd')
-rw-r--r-- | src/tools/tools.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tools.cmd b/src/tools/tools.cmd index 4ddfde46..90c10af0 100644 --- a/src/tools/tools.cmd +++ b/src/tools/tools.cmd | |||
@@ -24,6 +24,7 @@ msbuild -Restore tools.sln -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L | |||
24 | msbuild publish_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\tools_publish.binlog || exit /b | 24 | msbuild publish_t.proj -p:Configuration=%_C% -nologo -m -warnaserror -bl:%_L%\tools_publish.binlog || exit /b |
25 | 25 | ||
26 | :: Test | 26 | :: Test |
27 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.Heat -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.Heat.trx" || exit /b | ||
27 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.HeatTasks -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.HeatTasks.trx" || exit /b | 28 | dotnet test -c %_C% --no-build --nologo test\WixToolsetTest.HeatTasks -l "trx;LogFileName=%_L%\TestResults\WixToolsetTest.HeatTasks.trx" || exit /b |
28 | 29 | ||
29 | :: Pack | 30 | :: Pack |