9

Is there support for building and publishing a .net Website (not a webapp) in Azure Devops?

4
  • Just checking in to see if the information provided was helpful. Please let us know if you would like further assistance. Commented May 16, 2019 at 1:07
  • Did you get a solution to deployment of an asp.net website? It does not produce a package and IISWebAppDeploymentOnMachineGroup is built around a package, right? Commented Dec 31, 2020 at 15:33
  • I am also searching for this. Is there any update on this? Could you please tell me if you found a solution? Commented May 9, 2023 at 11:42
  • I could try to help, but I need a example solution/project file. Could you add one to GitHub? Commented May 15, 2024 at 16:24

1 Answer 1

0

How do I Build and Publish .Net Website using Azure DevOPs Pipeline

The short answer is yes.

Azure DevOPs support configure continuous integration (CI) and continuous delivery (CD) for .NET core or ASP.NET application, the ASP.NET application including the ASP.NET web site.

There is a template ASP.NET, which you can use it to build the website project (Adjust your tasks as needed):

enter image description here

Check this document Continuous Integration Using Azure DevOps Pipelines And .NET Project for some more details.

Sign up to request clarification or add additional context in comments.

3 Comments

Was the question about a Website, not a Web Application. This template is for a web application.
That Azure Task is for the wrong kind of solution; It does not reflect the needs the original poster and is not helpful to people looking for a solution. Try instead to read the original post and understand the needs of the person asking the question before spamming an automated and incorrect response. I'm having the same issue as the OP and your solution does not work.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.