diff options
Diffstat (limited to 'src/clean.cmd')
-rw-r--r-- | src/clean.cmd | 3 |
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 | |||
11 | if exist Directory.Packages.props (del Directory.Packages.props) | 11 | if exist Directory.Packages.props (del Directory.Packages.props) |
12 | if exist global.json (del global.json) | 12 | if exist global.json (del global.json) |
13 | 13 | ||
14 | if exist ..\Directory.Packages.props (del ..\Directory.Packages.props) | ||
15 | if exist ..\global.json (del ..\global.json) | ||
16 | |||
14 | if exist "%_NUGET_CACHE%\wixbuildtools.testsupport" rd /s/q "%_NUGET_CACHE%\wixbuildtools.testsupport" | 17 | if exist "%_NUGET_CACHE%\wixbuildtools.testsupport" rd /s/q "%_NUGET_CACHE%\wixbuildtools.testsupport" |
15 | if exist "%_NUGET_CACHE%\wixtoolset.bal.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.bal.wixext" | 18 | if exist "%_NUGET_CACHE%\wixtoolset.bal.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.bal.wixext" |
16 | if exist "%_NUGET_CACHE%\wixtoolset.balutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.balutil" | 19 | if exist "%_NUGET_CACHE%\wixtoolset.balutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.balutil" |