Azure DevOps VSTS .netcore build failing, but works fine on my PC

后端 未结 3 435
误落风尘
误落风尘 2021-01-18 06:15

I keep getting dependencies errors in my .net core2.1.1 MVC website. It builds fine from my PC. but Azure DevOps is not compiling refrences properly.

Adding

3条回答
  •  醉酒成梦
    2021-01-18 06:38

    I would suggest checking the following 2 items:

    1. Build in RELEASE locally and see if the problem is reproduced.
    2. Be specific about NuGet version in VSTS:

提交回复
热议问题