Include "wix.exe" package in clean
Rob Mensching committed
Jan 10, 2022 at 14:36 UTC
1a8db0bc8653f6c709fa6c1e0abb82d12ee82672
1 file changed
+1
src/clean.cmd
+1
@@ -36,6 +36,7 @@ if exist "%_NUGET_CACHE%\wixtoolset.sdk" rd /s/q "%_NUGET_CACHE%\wixtoolset.sdk"
36
if exist "%_NUGET_CACHE%\wixtoolset.util.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.util.wixext"
37
if exist "%_NUGET_CACHE%\wixtoolset.ui.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.ui.wixext"
38
if exist "%_NUGET_CACHE%\wixtoolset.wcautil" rd /s/q "%_NUGET_CACHE%\wixtoolset.wcautil"
39
+if exist "%_NUGET_CACHE%\wix" rd /s/q "%_NUGET_CACHE%\wix"
40
41
popd
42
endlocal