Top "Publish" questions

To publish is the process to make something publicly available.

MSBuild target _CopyWebApplication does not copy all necessary files to the bin folder

Elsewhere on the Web, you can find recommendations on using something like this to simulate the Publish feature in the …

msbuild publish target
Why Visual Studio 2010 publish website with source code?

I'm using Visual Studio 2010 with the new website publish dialog. I have a Web Application website. When published, in theory …

visual-studio-2010 web publish precompile
How to delete a Draft from google play Developer Console?

I have a test draft on Google Play developer console. It is empty, no apk files on it and no …

android google-play publish
Can TeamCity publish a Web project using the sln2008 build runner?

I'm building an ASP.Net MVC project in TeamCity. Can I somehow call the Publish target and get the output …

asp.net teamcity deployment publish
CSS files are not showing on server - ASP.NET MVC Bundles error. 403 - Forbidden: Access is denied

My MVC 4 application works fine on my local computer. However, the CSS files are not working after I publish (are …

css asp.net-mvc publish
Post-build event command for publish (Visual Studio 2010)

I have a project in visual studio 2010. This project has the following post-build event command lines: SET TARGET_PROJECT=TestMain …

visual-studio-2010 publish post-build-event
VS 2012 Publish: Can't find the valid AspnetMergePath

I just installed Update 2 for Visual Studio 2012, which introduces a new Publish dialog. I'm trying to make it do what …

asp.net visual-studio-2012 publish
Can I generate a deployment script from a dacpac

I've got a .dacpac file that's being called by MSBuild and published to a QA database for testing. This publish …

sql msbuild publish dacpac
Publishing my web application can take long time to accomplish because of the .suo file

I have a web application project that I publish via Visual Studio 2010 to my server. My problem is that it …

asp.net visual-studio-2010 asp.net-mvc-3 publish publishing
How to execute a PowerShell script only before a web deploy Publish task in VS 2012?

Currently I have a post-build event configured in my web project using Visual Studio 2012 like this: This basically calls a …

powershell visual-studio-2012 publish msdeploy post-build-event