JetBrains / azure-tools-for-intellij

Azure Toolkit for JetBrains Rider.
MIT License
49 stars 10 forks source link

Add support for publishing .Net Framework web apps on MacOS and Linux #55

Open sdubov opened 6 years ago

sdubov commented 6 years ago

Currently, we support publishing the .Net Core web apps on all platforms and .Net web apps on Windows only. We need to add support for publishing .Net Web apps on Mac and Linux.

Note: We are blocked by msdeploy support in Rider.

qsevers23 commented 3 years ago

I'm currently attempting to publish a .net 5 web project as an Azure App Service, however it has several project dependencies that are still on .NET Framework. When I attempt to publish, it fails with the following error on all the projects within the Rider Build window:

The BaseOutputPath/OutputPath property is not set for project '<project>.csproj'.

Could this be related/caused by this issue?

I am able to publish via Visual Studio 2019 with the same project to an Azure App Service