-2

I come from a .Net development (4.X) background but do not have that much exposure to .Net Core.

Currently I have been assigned the task of taking a ASP.Net Core 1.1 app that was written using Visual Studio 2015 and enable CI/CD to make it an Azure App Service.

The areas where I need help are the TFS Build vNext steps and the Release Management.

Please help me with some samples that I can look at and accomplish the above task.

Thank you.

  • Please take a moment and read [On Topic Helpcenter](https://stackoverflow.com/help/on-topic) before posting a question. At a minimum post your previous attempts how you have tried to solve the issue and where exactly you are having a problem with. Do not ask for examples or tutorials, it is off-topic on StackOverflow – Tseng Nov 03 '17 at 06:59

1 Answers1

0

For using continuous integration (CI) provided by TFS to build your ASP.NET Core application, you could refer to this tutorial to create a new build definition. For setting up the continuous deployment of your ASP.NET Core to Azure web app using TFS, you could refer to this tutorial.

Bruce Chen
  • 18,207
  • 2
  • 21
  • 35