diff options
author | Rob Mensching <rob@firegiant.com> | 2022-10-14 22:33:48 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-10-15 11:45:54 -0700 |
commit | 9d631dd64891936738077e4b2e1153c3d84b5f86 (patch) | |
tree | 7e160f060c32c46b26d9ccdf9e3030f6c30f346d /src | |
parent | a3af25607b56f5ecf21d6712a8367217e5c43eb0 (diff) | |
download | wix-9d631dd64891936738077e4b2e1153c3d84b5f86.tar.gz wix-9d631dd64891936738077e4b2e1153c3d84b5f86.tar.bz2 wix-9d631dd64891936738077e4b2e1153c3d84b5f86.zip |
Add newest .nupkgs to clean script
Diffstat (limited to 'src')
-rw-r--r-- | src/clean.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/clean.cmd b/src/clean.cmd index 2bbc2a78..d0d9ebd8 100644 --- a/src/clean.cmd +++ b/src/clean.cmd | |||
@@ -18,6 +18,7 @@ if exist ..\Directory.Packages.props (del ..\Directory.Packages.props) | |||
18 | if exist ..\global.json (del ..\global.json) | 18 | if exist ..\global.json (del ..\global.json) |
19 | 19 | ||
20 | if exist "%_NUGET_CACHE%\wixbuildtools.testsupport" rd /s/q "%_NUGET_CACHE%\wixbuildtools.testsupport" | 20 | if exist "%_NUGET_CACHE%\wixbuildtools.testsupport" rd /s/q "%_NUGET_CACHE%\wixbuildtools.testsupport" |
21 | if exist "%_NUGET_CACHE%\wixtoolset.basebuildtasks.sources" rd /s/q "%_NUGET_CACHE%\wixtoolset.basebuildtasks.sources" | ||
21 | if exist "%_NUGET_CACHE%\wixtoolset.bal.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.bal.wixext" | 22 | if exist "%_NUGET_CACHE%\wixtoolset.bal.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.bal.wixext" |
22 | if exist "%_NUGET_CACHE%\wixtoolset.balutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.balutil" | 23 | if exist "%_NUGET_CACHE%\wixtoolset.balutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.balutil" |
23 | if exist "%_NUGET_CACHE%\wixtoolset.bextutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.bextutil" | 24 | if exist "%_NUGET_CACHE%\wixtoolset.bextutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.bextutil" |
@@ -45,6 +46,7 @@ if exist "%_NUGET_CACHE%\wixtoolset.netfx.wixext" rd /s/q "%_NUGET_CACHE%\wixtoo | |||
45 | if exist "%_NUGET_CACHE%\wixtoolset.sdk" rd /s/q "%_NUGET_CACHE%\wixtoolset.sdk" | 46 | if exist "%_NUGET_CACHE%\wixtoolset.sdk" rd /s/q "%_NUGET_CACHE%\wixtoolset.sdk" |
46 | if exist "%_NUGET_CACHE%\wixtoolset.util.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.util.wixext" | 47 | if exist "%_NUGET_CACHE%\wixtoolset.util.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.util.wixext" |
47 | if exist "%_NUGET_CACHE%\wixtoolset.ui.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.ui.wixext" | 48 | if exist "%_NUGET_CACHE%\wixtoolset.ui.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.ui.wixext" |
49 | if exist "%_NUGET_CACHE%\wixtoolset.versioning" rd /s/q "%_NUGET_CACHE%\wixtoolset.versioning" | ||
48 | if exist "%_NUGET_CACHE%\wixtoolset.wcautil" rd /s/q "%_NUGET_CACHE%\wixtoolset.wcautil" | 50 | if exist "%_NUGET_CACHE%\wixtoolset.wcautil" rd /s/q "%_NUGET_CACHE%\wixtoolset.wcautil" |
49 | if exist "%_NUGET_CACHE%\wix" rd /s/q "%_NUGET_CACHE%\wix" | 51 | if exist "%_NUGET_CACHE%\wix" rd /s/q "%_NUGET_CACHE%\wix" |
50 | 52 | ||