Use cache for ProjectK package

This commit is contained in:
David Fowler 2014-01-25 19:57:03 -08:00
parent a9329da87b
commit 9f5251231e
1 changed files with 1 additions and 1 deletions

View File

@ -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*")