Marcelo Oliveto
Marcelo Oliveto

Reputation: 867

Visual Studio Team Services Support .Net Core?

anybody knows if visual studio team services support .net core?

I can't build our .net core proyect.

Upvotes: 0

Views: 167

Answers (2)

KoalaBear
KoalaBear

Reputation: 2948

If you are using Azure DevOps you can also use preview releases of .NET Core: Build .NET Core 3.0 on Azure Pipelines

Upvotes: 0

Eddie Chen - MSFT
Eddie Chen - MSFT

Reputation: 29976

Yes, it support.

If you are using .NET Core RC1, refer to this link for details: Deploy ASP.NET Core 1.0 apps to Azure web apps.

If you are using .NET Core RC2, refer to this link for details: Build and deploy your ASP.NET Core app to Azure.

Upvotes: 1

Related Questions