Added restore to build.
This commit is contained in:
parent
cd744ed7bd
commit
c734eada6f
|
|
@ -0,0 +1,7 @@
|
||||||
|
@{/*
|
||||||
|
|
||||||
|
k-restore
|
||||||
|
Restores nuget packages required for k projects. Downloads and executes k sdk tools.
|
||||||
|
*/}
|
||||||
|
|
||||||
|
k command='restore'
|
||||||
|
|
@ -11,7 +11,10 @@ default TEST_DIR='${Path.Combine(TARGET_DIR, "test")}'
|
||||||
E("K_BUILD_VERSION", "t" + DateTime.UtcNow.ToString("yyMMddHHmmss"));
|
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}"
|
directory delete="${TARGET_DIR}"
|
||||||
|
|
||||||
#build-clean target='clean'
|
#build-clean target='clean'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue