Skip the cache for KoreBuild
This commit is contained in:
parent
430217e2de
commit
6b3cd34439
|
|
@ -8,7 +8,7 @@ md .nuget
|
||||||
|
|
||||||
:restore
|
:restore
|
||||||
IF EXIST build goto run
|
IF EXIST build goto run
|
||||||
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages
|
.nuget\NuGet.exe install KoreBuild -ExcludeVersion -o packages -nocache
|
||||||
xcopy packages\KoreBuild\build build\ /Y
|
xcopy packages\KoreBuild\build build\ /Y
|
||||||
.nuget\NuGet.exe install Sake -version 0.2 -o packages
|
.nuget\NuGet.exe install Sake -version 0.2 -o packages
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue