Use cache for ProjectK package
This commit is contained in:
parent
a9329da87b
commit
9f5251231e
|
|
@ -12,7 +12,7 @@ kProgram='...'
|
||||||
command=''
|
command=''
|
||||||
|
|
||||||
*/}
|
*/}
|
||||||
nuget-install package='ProjectK' outputDir='packages' extra='-nocache -pre'
|
nuget-install package='ProjectK' outputDir='packages' extra='-pre'
|
||||||
@{
|
@{
|
||||||
string packagesDir = Path.Combine(Directory.GetCurrentDirectory(), "packages"),
|
string packagesDir = Path.Combine(Directory.GetCurrentDirectory(), "packages"),
|
||||||
projectKDir = Directory.EnumerateDirectories(packagesDir, "ProjectK*")
|
projectKDir = Directory.EnumerateDirectories(packagesDir, "ProjectK*")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue