Is there support for building and publishing a .net Website (not a webapp) in Azure Devops?
How do I Build and Publish .Net Website using Azure DevOPs Pipeline
Asked Answered
Just checking in to see if the information provided was helpful. Please let us know if you would like further assistance. –
Ingleside
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? –
Ghastly
I am also searching for this. Is there any update on this? Could you please tell me if you found a solution? –
Wilie
I could try to help, but I need a example solution/project file. Could you add one to GitHub? –
Nonah
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.
Was the question about a Website, not a Web Application. This template is for a web application. –
Scheck
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. –
Aristarchus
© 2022 - 2024 — McMap. All rights reserved.