Skip the cache for KoreBuild
This commit is contained in:
parent
c1321773a7
commit
67c3b2b080
|
|
@ -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