From 521eb3c9cf38823a2c4019abb85dc0b3200b92cb Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 26 Jul 2022 16:37:24 -0700 Subject: Very minor clean up to global build scripts --- src/clean.cmd | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/clean.cmd b/src/clean.cmd index 9c4fa0dc..9eccf22a 100644 --- a/src/clean.cmd +++ b/src/clean.cmd @@ -25,6 +25,7 @@ if exist "%_NUGET_CACHE%\wixtoolset.bootstrappercore.native" rd /s/q "%_NUGET_CA if exist "%_NUGET_CACHE%\wixtoolset.burn" rd /s/q "%_NUGET_CACHE%\wixtoolset.burn" if exist "%_NUGET_CACHE%\wixtoolset.core" rd /s/q "%_NUGET_CACHE%\wixtoolset.core" if exist "%_NUGET_CACHE%\wixtoolset.core.burn" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.burn" +if exist "%_NUGET_CACHE%\wixtoolset.core.extensioncache" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.extensioncache" if exist "%_NUGET_CACHE%\wixtoolset.core.native" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.native" if exist "%_NUGET_CACHE%\wixtoolset.core.testpackage" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.testpackage" if exist "%_NUGET_CACHE%\wixtoolset.core.windowsinstaller" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.windowsinstaller" -- cgit v1.2.3-55-g6feb