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.Leo Liu– Leo Liu2019-05-16 01:07:31 +00:00Commented 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?mlhDev– mlhDev2020-12-31 15:33:20 +00:00Commented 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?jayaprakash R– jayaprakash R2023-05-09 11:42:29 +00:00Commented 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?Panu Oksala– Panu Oksala2024-05-15 16:24:06 +00:00Commented May 15, 2024 at 16:24
Add a comment
|
1 Answer
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):
Check this document Continuous Integration Using Azure DevOps Pipelines And .NET Project for some more details.
3 Comments
Andy McCluggage
Was the question about a Website, not a Web Application. This template is for a web application.
honestduane
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.
JohnLBevan
For a website, see stackoverflow.com/a/63676233/361842.
