add Cleanup CI job

This commit is contained in:
qianlifeng
2015-01-23 13:01:52 +08:00
parent 50587735b5
commit 17bc9c35a7
7 changed files with 29 additions and 17 deletions

20
Deploy/Cleanup.bat Normal file
View File

@@ -0,0 +1,20 @@
cd /d %~dp0
REM Clean Plugins
cd ..\Output\Release\Plugins
del NLog.dll /s
del NLog.config /s
del Wox.Plugin.pdb /s
del Wox.Plugin.dll /s
del Wox.Core.dll /s
del Wox.Core.pdb /s
del ICSharpCode.SharpZipLib.dll /s
del NAppUpdate.Framework.dll /s
del Wox.Infrastructure.dll /s
del Wox.Infrastructure.pdb /s
del Newtonsoft.Json.dll /s
del WindowsInput.dll /s
REM Clean Wox
cd ..
del *.xml