.NET Web Application publish at local folder path
Answered
Hi,
In visual studio there is option to publish web application solution to a local folder. But I am not able to see same feature in rider. Can anyone help me to resolve this issue step by step?
I am having an existing web application, which is developed using visual studio, now we moving to open source languages. So decided to purchase complete package of Intelligence IDE with rider, but not able to publish the existing .net application using 30 day trial Rider IDE.
Please help....
Please sign in to leave a comment.
I'm with the same problem. I wasn't able to find a way to publish a web application to a local folder.
For anyone who might run into the same issue: Rider doesn't have UI for publishing yet, here is the corresponding feature request: RIDER-2411. As a workaround, one can create a '.NET Executable' run configuration:
Exe path: the path to MSBuild
Program arguments: deploy arguments for MSBuild (see the attached screenshot for an example)
Working directory: solution directory
Julia Vaseva thanks. Where does this publish to. I cannot find the option to "Advanced Build Actions > Package" for this solution (Nuget.Server)
Daniel Cumings, the Publish option should be in the right-click menu of your solution in the Solution Explorer tool window.