* Allow cached version of kRuntime to be used in install

* Add k-init to allow restoring kRuntime as a one time operation
This commit is contained in:
Pranav K 2014-01-25 21:20:24 -08:00
parent b7c803aa80
commit d2fa7f031f
3 changed files with 10 additions and 2 deletions

8
build/_k-init.shade Normal file
View File

@ -0,0 +1,8 @@
@{/*
k-setup
Restores the SDK and build system required for k projects.
*/}
nuget-install package='ProjectK' outputDir='packages' extra='-pre'

View File

@ -12,7 +12,7 @@ default TEST_DIR='${Path.Combine(TARGET_DIR, "test")}'
}
#target-default target='default'
nuget-install package='ProjectK' outputDir='packages' extra='-pre'
k-init
k-restore
k-generate-projects solutionPath='${BASE_DIR}'

View File

@ -1,7 +1,7 @@
@{/*
k
Run klr commands in your project. Downloads and executes k sdk.
Run klr commands in your project. Executes k sdk.
kVersion='0.0.1-pre-30109-087'
May be passed to override the nuget package version holding xunit console runner.