CommonBuildToolset / CBT.Modules

Modules for CBT
MIT License
9 stars 5 forks source link

Global package restore failure should not allow evaluation to continue #289

Open jeffkl opened 5 years ago

jeffkl commented 5 years ago

At the moment if global packages.config restore fails, project evaluation continues and other restores can get in a weird state. When global packages.config restore fails, it should set a property so that no other restores bother to run and the project can fail fast.