* 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:
parent
b7c803aa80
commit
d2fa7f031f
|
|
@ -0,0 +1,8 @@
|
||||||
|
@{/*
|
||||||
|
|
||||||
|
k-setup
|
||||||
|
Restores the SDK and build system required for k projects.
|
||||||
|
*/}
|
||||||
|
|
||||||
|
nuget-install package='ProjectK' outputDir='packages' extra='-pre'
|
||||||
|
|
||||||
|
|
@ -12,7 +12,7 @@ default TEST_DIR='${Path.Combine(TARGET_DIR, "test")}'
|
||||||
}
|
}
|
||||||
|
|
||||||
#target-default target='default'
|
#target-default target='default'
|
||||||
nuget-install package='ProjectK' outputDir='packages' extra='-pre'
|
k-init
|
||||||
k-restore
|
k-restore
|
||||||
k-generate-projects solutionPath='${BASE_DIR}'
|
k-generate-projects solutionPath='${BASE_DIR}'
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
@{/*
|
@{/*
|
||||||
|
|
||||||
k
|
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'
|
kVersion='0.0.1-pre-30109-087'
|
||||||
May be passed to override the nuget package version holding xunit console runner.
|
May be passed to override the nuget package version holding xunit console runner.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue