aspnet / KoreBuild

OBSOLETE REPO - see readme
Other
37 stars 23 forks source link

Added a way to disable package restore when compiling a solution #262

Closed kichalla closed 7 years ago

kichalla commented 7 years ago

Usage: build.cmd /p:NoRestore=true

Fixes: https://github.com/aspnet/KoreBuild/issues/224

kichalla commented 7 years ago

🆙 📅

kichalla commented 7 years ago

Will this disable the "preflight" restore as well?

No, it actually does not.

dougbu commented 7 years ago

No, it actually does not.

That's somewhat separate. Please file a follow-up bug about supporting offline builds. (The new property won't work there. Perhaps we should check a KOREBUILD_NORESTORE environment variable in a few places?)