aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2022-10-14 22:33:48 -0700
committerRob Mensching <rob@firegiant.com>2022-10-15 11:45:54 -0700
commit9d631dd64891936738077e4b2e1153c3d84b5f86 (patch)
tree7e160f060c32c46b26d9ccdf9e3030f6c30f346d /src
parenta3af25607b56f5ecf21d6712a8367217e5c43eb0 (diff)
downloadwix-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.cmd2
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)
18if exist ..\global.json (del ..\global.json) 18if exist ..\global.json (del ..\global.json)
19 19
20if exist "%_NUGET_CACHE%\wixbuildtools.testsupport" rd /s/q "%_NUGET_CACHE%\wixbuildtools.testsupport" 20if exist "%_NUGET_CACHE%\wixbuildtools.testsupport" rd /s/q "%_NUGET_CACHE%\wixbuildtools.testsupport"
21if exist "%_NUGET_CACHE%\wixtoolset.basebuildtasks.sources" rd /s/q "%_NUGET_CACHE%\wixtoolset.basebuildtasks.sources"
21if exist "%_NUGET_CACHE%\wixtoolset.bal.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.bal.wixext" 22if exist "%_NUGET_CACHE%\wixtoolset.bal.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.bal.wixext"
22if exist "%_NUGET_CACHE%\wixtoolset.balutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.balutil" 23if exist "%_NUGET_CACHE%\wixtoolset.balutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.balutil"
23if exist "%_NUGET_CACHE%\wixtoolset.bextutil" rd /s/q "%_NUGET_CACHE%\wixtoolset.bextutil" 24if 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
45if exist "%_NUGET_CACHE%\wixtoolset.sdk" rd /s/q "%_NUGET_CACHE%\wixtoolset.sdk" 46if exist "%_NUGET_CACHE%\wixtoolset.sdk" rd /s/q "%_NUGET_CACHE%\wixtoolset.sdk"
46if exist "%_NUGET_CACHE%\wixtoolset.util.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.util.wixext" 47if exist "%_NUGET_CACHE%\wixtoolset.util.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.util.wixext"
47if exist "%_NUGET_CACHE%\wixtoolset.ui.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.ui.wixext" 48if exist "%_NUGET_CACHE%\wixtoolset.ui.wixext" rd /s/q "%_NUGET_CACHE%\wixtoolset.ui.wixext"
49if exist "%_NUGET_CACHE%\wixtoolset.versioning" rd /s/q "%_NUGET_CACHE%\wixtoolset.versioning"
48if exist "%_NUGET_CACHE%\wixtoolset.wcautil" rd /s/q "%_NUGET_CACHE%\wixtoolset.wcautil" 50if exist "%_NUGET_CACHE%\wixtoolset.wcautil" rd /s/q "%_NUGET_CACHE%\wixtoolset.wcautil"
49if exist "%_NUGET_CACHE%\wix" rd /s/q "%_NUGET_CACHE%\wix" 51if exist "%_NUGET_CACHE%\wix" rd /s/q "%_NUGET_CACHE%\wix"
50 52