dotnet / dotnet-ci

Repository containing scripting for the dotnet-ci Jenkins instance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build .NET Core 2.1 apps with msbuild

twsouthwick opened this issue · comments

We are currently using the latest-vs15-5 image, but in order to build .NET Core 2.1 apps, we need to have VS 15.7. We build with msbuild due to some projects (a VS extensions) requiring it, so we can't load our own .NET CLI. This is for Microsoft/dotnet-apiport