From 67994fcad0cc060ae750070ab58319991a9fd8a9 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 9 Feb 2023 13:59:32 -0800 Subject: Add missing .nupkg from clean batch file --- src/clean.cmd | 1 + 1 file changed, 1 insertion(+) diff --git a/src/clean.cmd b/src/clean.cmd index 2be60815..67823b79 100644 --- a/src/clean.cmd +++ b/src/clean.cmd @@ -46,6 +46,7 @@ if exist "%_NUGET_CACHE%\wixtoolset.dutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.du if exist "%_NUGET_CACHE%\wixtoolset.extensibility" rd /s/q "%_NUGET_CACHE%\wixtoolset.extensibility" if exist "%_NUGET_CACHE%\wixtoolset.firewall.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.firewall.wixext" if exist "%_NUGET_CACHE%\wixtoolset.heat" rd /s/q "%_NUGET_CACHE%\wixtoolset.heat" +if exist "%_NUGET_CACHE%\wixtoolset.iis.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.iis.wixext" if exist "%_NUGET_CACHE%\wixtoolset.mba.core" rd /s/q "%_NUGET_CACHE%\wixtoolset.mba.core" if exist "%_NUGET_CACHE%\wixtoolset.netfx.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.netfx.wixext" if exist "%_NUGET_CACHE%\wixtoolset.sdk" rd /s/q "%_NUGET_CACHE%\wixtoolset.sdk" -- cgit v1.2.3-55-g6feb