I have a .NET web application developed in C#. How can I mimic the Visual Studio menu item Build -> Publish ?
I tried the suggestions in the Forum to use MSBuild Project action. This caused the error "Target _DeploymentUnpublishable \ Skipping unpublishable project."
The C# project will "Publish" correctly when I use the VS menu item.
Assuming you’re using Visual Studio 2008, we’re unable to execute the web site publish feature from FinalBuilder as it’s partially implemented by the VS IDE. You’ll need to use to the MSBuild action to compile the application and then use one of the other actions (FTP, File Copy, etc) in FinalBuilder to perform the deployment. Visual Studio 2010 has fixed this problem by performing the entire publish using MSBuild, see this post for more info: https://www.finalbuilder.com/forums.aspx?aff=1&aft=9807&afv=topic