Added restore to build.

This commit is contained in:
David Fowler 2014-01-21 21:52:44 -08:00
parent cd744ed7bd
commit c734eada6f
2 changed files with 11 additions and 1 deletions

7
build/_k-restore.shade Normal file
View File

@ -0,0 +1,7 @@
@{/*
k-restore
Restores nuget packages required for k projects. Downloads and executes k sdk tools.
*/}
k command='restore'

View File

@ -11,7 +11,10 @@ default TEST_DIR='${Path.Combine(TARGET_DIR, "test")}'
E("K_BUILD_VERSION", "t" + DateTime.UtcNow.ToString("yyMMddHHmmss"));
}
#target-dir-clean target="clean"
#target-default target='default'
k-restore
#target-dir-clean target='clean'
directory delete="${TARGET_DIR}"
#build-clean target='clean'