Visual studio team services build .net core 1.1

前端 未结 6 2406
离开以前
离开以前 2020-12-10 03:15

I\'m trying to build a .net core 1.1 project on vsts. The project is developed in vs2017 and it uses the csproj instead of project.json. I have tried multiple options to bui

6条回答
  •  误落风尘
    2020-12-10 03:37

    In VSTS you need to add netcore exists as a demand.

    1. Go to your build definition
    2. Click on the options tab
    3. Add the demand netcore exists

提交回复
热议问题