I have recently created project on visualstudio.com, and enabled continuous build on azure. I created web api project, and created some models and api controllers. Then I de
Your problem is described here Solution: 1. Add dummy project (NugetHelper for example), add package.config with
Open Menu -> Project -> ProjectDependencies and make NugetHelper to build before other projects in solution
Replace
with
this will restore Microsoft.Bcl.Build.targets before actually loading it in your main project