Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
sdubov opened this issue Sep 27, 2018 · 1 comment
Open
Labels
feature New feature or request

Comments

@sdubov
Copy link
Collaborator

sdubov commented Sep 27, 2018

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.

@sdubov sdubov added the feature New feature or request label Sep 27, 2018
@qsevers23
Copy link

qsevers23 commented May 24, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants