diff options
| author | Bob Arnson <bob@firegiant.com> | 2025-04-24 21:32:49 -0400 |
|---|---|---|
| committer | Bob Arnson <bob@firegiant.com> | 2025-06-12 08:54:41 -0400 |
| commit | 3abf00a71151d1caef6e853a2f330d7691f4abf8 (patch) | |
| tree | 0e6145c8038905aec81ecccaea4c6968cf73d392 /src/tools/tools.cmd | |
| parent | 796fed6b2623ec29b126238d97becfef71badfbc (diff) | |
| download | wix-bob/HeatCremation.tar.gz wix-bob/HeatCremation.tar.bz2 wix-bob/HeatCremation.zip | |
Remove deprecated Heat.bob/HeatCremation
Fixes https://github.com/wixtoolset/issues/issues/9039
Diffstat (limited to '')
| -rw-r--r-- | src/tools/tools.cmd | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/tools.cmd b/src/tools/tools.cmd index 132c0f10..1f2d1b9d 100644 --- a/src/tools/tools.cmd +++ b/src/tools/tools.cmd | |||
| @@ -26,8 +26,6 @@ msbuild -Restore tools_t.proj -p:Configuration=%_C% -tl -nologo -m -warnaserror | |||
| 26 | 26 | ||
| 27 | :clean | 27 | :clean |
| 28 | @rd /s/q "..\..\build\tools" 2> nul | 28 | @rd /s/q "..\..\build\tools" 2> nul |
| 29 | @del "..\..\build\artifacts\WixToolset.Heat.*.nupkg" 2> nul | ||
| 30 | @rd /s/q "%USERPROFILE%\.nuget\packages\wixtoolset.heat" 2> nul | ||
| 31 | @exit /b | 29 | @exit /b |
| 32 | 30 | ||
| 33 | :end | 31 | :end |
