diff --git a/build.sh b/build.sh old mode 100644 new mode 100755 diff --git a/makefile.shade b/makefile.shade index 99c11d9c68..48d362cc4c 100644 --- a/makefile.shade +++ b/makefile.shade @@ -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'