0

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

I can't build our .net core proyect.

Marcelo Oliveto
  • 827
  • 1
  • 9
  • 21

2 Answers2

1

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.

Eddie Chen - MSFT
  • 29,708
  • 2
  • 46
  • 60
  • The ".NET Core" task is still shown as "Preview" in VSTS, when is this planned to be RTM? – JTW Feb 05 '17 at 01:14
0

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

KoalaBear
  • 2,755
  • 2
  • 25
  • 29