Skip the cache for KoreBuild
This commit is contained in:
parent
8415b190b1
commit
2ea440609c
|
|
@ -8,7 +8,7 @@ md .nuget
|
|||
|
||||
:restore
|
||||
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
|
||||
.nuget\NuGet.exe install Sake -version 0.2 -o packages
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue