Azure automatic build failed

后端 未结 2 1889
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-12 10:14

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

2条回答
  •  甜味超标
    2021-01-12 10:47

    Your problem is described here Solution: 1. Add dummy project (NugetHelper for example), add package.config with

    
    
    1. Open Menu -> Project -> ProjectDependencies and make NugetHelper to build before other projects in solution

    2. Replace

    with

    this will restore Microsoft.Bcl.Build.targets before actually loading it in your main project

提交回复
热议问题