Is there a way to Publish ASP.NET Core WebApp to a local folder and not just the forced default to Azure? I looked around and can't find any information on that.
Is there a way to Publish ASP.NET Core WebApp to a local folder and not just the forced default to Azure?
I test it on the windows platform via dotnet publish commandline, it works correctly. You could have a try on Mas OS.
dotnet publish webprojectName.csproj --output localpath