aboutsummaryrefslogtreecommitdiff
path: root/src/clean.cmd
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-07-26 16:37:24 -0700
committerRob Mensching <rob@firegiant.com>2022-08-01 20:25:19 -0700
commit521eb3c9cf38823a2c4019abb85dc0b3200b92cb (patch)
treee3f3bdc93be44efd87ad877811830e74aaf383b8 /src/clean.cmd
parent16d21aba21a303acdf59061811044b92b7df3863 (diff)
downloadwix-521eb3c9cf38823a2c4019abb85dc0b3200b92cb.tar.gz
wix-521eb3c9cf38823a2c4019abb85dc0b3200b92cb.tar.bz2
wix-521eb3c9cf38823a2c4019abb85dc0b3200b92cb.zip
Very minor clean up to global build scripts
Diffstat (limited to 'src/clean.cmd')
-rw-r--r--src/clean.cmd1
1 files changed, 1 insertions, 0 deletions
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
25if exist "%_NUGET_CACHE%\wixtoolset.burn" rd /s/q "%_NUGET_CACHE%\wixtoolset.burn" 25if exist "%_NUGET_CACHE%\wixtoolset.burn" rd /s/q "%_NUGET_CACHE%\wixtoolset.burn"
26if exist "%_NUGET_CACHE%\wixtoolset.core" rd /s/q "%_NUGET_CACHE%\wixtoolset.core" 26if exist "%_NUGET_CACHE%\wixtoolset.core" rd /s/q "%_NUGET_CACHE%\wixtoolset.core"
27if exist "%_NUGET_CACHE%\wixtoolset.core.burn" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.burn" 27if exist "%_NUGET_CACHE%\wixtoolset.core.burn" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.burn"
28if exist "%_NUGET_CACHE%\wixtoolset.core.extensioncache" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.extensioncache"
28if exist "%_NUGET_CACHE%\wixtoolset.core.native" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.native" 29if exist "%_NUGET_CACHE%\wixtoolset.core.native" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.native"
29if exist "%_NUGET_CACHE%\wixtoolset.core.testpackage" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.testpackage" 30if exist "%_NUGET_CACHE%\wixtoolset.core.testpackage" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.testpackage"
30if exist "%_NUGET_CACHE%\wixtoolset.core.windowsinstaller" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.windowsinstaller" 31if exist "%_NUGET_CACHE%\wixtoolset.core.windowsinstaller" rd /s/q "%_NUGET_CACHE%\wixtoolset.core.windowsinstaller"