summaryrefslogtreecommitdiff
path: root/src/clean.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/clean.cmd')
-rw-r--r--src/clean.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/clean.cmd b/src/clean.cmd
index 97a7dd3d..94f9a618 100644
--- a/src/clean.cmd
+++ b/src/clean.cmd
@@ -11,6 +11,9 @@ if exist ..\packages rd /s/q ..\packages
11if exist Directory.Packages.props (del Directory.Packages.props) 11if exist Directory.Packages.props (del Directory.Packages.props)
12if exist global.json (del global.json) 12if exist global.json (del global.json)
13 13
14if exist ..\Directory.Packages.props (del ..\Directory.Packages.props)
15if exist ..\global.json (del ..\global.json)
16
14if exist "%_NUGET_CACHE%\wixbuildtools.testsupport" rd /s/q "%_NUGET_CACHE%\wixbuildtools.testsupport" 17if exist "%_NUGET_CACHE%\wixbuildtools.testsupport" rd /s/q "%_NUGET_CACHE%\wixbuildtools.testsupport"
15if exist "%_NUGET_CACHE%\wixtoolset.bal.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.bal.wixext" 18if exist "%_NUGET_CACHE%\wixtoolset.bal.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.bal.wixext"
16if exist "%_NUGET_CACHE%\wixtoolset.balutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.balutil" 19if exist "%_NUGET_CACHE%\wixtoolset.balutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.balutil"