Fix build by using volatile feed

Also make build.sh executable
This commit is contained in:
John Luo 2016-08-19 00:25:50 -07:00
parent 4f766a3fa5
commit 5d82791a5c
2 changed files with 1 additions and 0 deletions

0
build.sh Normal file → Executable file
View File

View File

@ -6,4 +6,5 @@ use-standard-lifecycle
k-standard-goals
#repo-initialize target='initialize'
use-volatile-feed
dotnet command='restore src test ${E("KOREBUILD_DOTNET_RESTORE_OPTIONS")}' workingDir='${Directory.GetCurrentDirectory()}' if='!NoRestore'