Skip to content

Commit

Permalink
add nuget packages cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurzaczek committed Dec 10, 2013
1 parent 16d70d7 commit 9ed60ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ZbInstall.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
@echo off
IF NOT EXIST Configs\Local XCOPY /S/E Configs\Examples Configs\Local\

rem nuget install does not remove old versions
rmdir /q /s .\packages

FOR /R %%G IN (packages.config) DO IF EXIST %%G .nuget\nuget.exe install %%G -o packages
.zetbox\PrepareEnv.exe .zetbox
echo Done

0 comments on commit 9ed60ba

Please sign in to comment.