question

RodFalanga avatar image
0 Votes"
RodFalanga asked

Which Zip file do I publish to my web hosting site?

I'm working on my first, even ASP.NET MVC app based upon .NET 5, publishing it to my web hosting company. I'm trying to use Azure DevOps Services Pipelines. I've been following this Microsoft documentation [Build, test, and deploy .NET Core apps][1]. This is a helpful website.

Following the instructions there I've added tasks to the YAML for the build pipeline, to create an archive Zip file. However, it created two .zip files: WSSWCore.zip and WebApp.zip. (WSSWCore is the name of my project in Azure DevOps Services.) The bottom line is I don't know which of those two I should publish to my web hosting service, in an Azure Release Pipeline. So, which of those two should I publish to my hosting service?


[1]: https://docs.microsoft.com/en-us/azure/devops/pipelines/ecosystems/dotnet-core?view=azure-devops&tabs=dotnetfive

dotnet-aspnet-core-mvc
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

0 Answers