diff options
-rw-r--r-- | src/clean.cmd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/clean.cmd b/src/clean.cmd index 0bef6cc2..97a7dd3d 100644 --- a/src/clean.cmd +++ b/src/clean.cmd | |||
@@ -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" | 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" | 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" | 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" | ||
39 | 40 | ||
40 | popd | 41 | popd |
41 | endlocal | 42 | endlocal |