diff options
| author | Bob Arnson <bob@firegiant.com> | 2025-04-24 21:32:49 -0400 |
|---|---|---|
| committer | Bob Arnson <github@bobs.org> | 2025-06-18 16:15:49 -0400 |
| commit | 50fe3d149a101b2569647689673fa01d67ff5267 (patch) | |
| tree | 418fc10800ee23318d3ce7820aee1465b49c1db0 /src/tools/tools.cmd | |
| parent | 390ee54c29d050ba393ff431115308bdb2aaf4ca (diff) | |
| download | wix-50fe3d149a101b2569647689673fa01d67ff5267.tar.gz wix-50fe3d149a101b2569647689673fa01d67ff5267.tar.bz2 wix-50fe3d149a101b2569647689673fa01d67ff5267.zip | |
Remove deprecated Heat.
Fixes https://github.com/wixtoolset/issues/issues/9039
Diffstat (limited to 'src/tools/tools.cmd')
| -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 |
