Mercurial > silverbladetech
annotate PdfViewAndPrint/clean.bat @ 42:0d4aff4f699d
Enabled nuget package restore on build
author | adminsh@apollo |
---|---|
date | Tue, 03 Apr 2012 23:32:40 +0100 |
parents | 3783cb9b371f |
children |
rev | line source |
---|---|
37 | 1 del /s /ah /f *.suo |
2 del /s /f *.user | |
3 del /s /f *.cache | |
4 del /s /f *.keep | |
5 del /s /ah StyleCop.Cache | |
6 | |
7 rd /s /q bin obj ClientBin _Resharper.* _Upgrade* TestResults | |
8 | |
9 del dirs.txt | |
10 dir /s /b /ad bin > dirs.txt | |
11 dir /s /b /ad obj >> dirs.txt | |
12 dir /s /b /ad ClientBin >> dirs.txt | |
13 dir /s /b /ad _Resharper.* >> dirs.txt | |
14 dir /s /b /ad _Upgrade* >> dirs.txt | |
15 dir /s /b /ad TestResults >> dirs.txt | |
16 | |
17 for /f "delims=;" %%i in (dirs.txt) DO rd /s /q "%%i" | |
18 del dirs.txt |