Top "Publish" questions

To publish is the process to make something publicly available.

Publishing from Visual Studio 2015 - allow untrusted certificates

I am publishing my ASP.NET 5 MVC6 project from Visual Studio 2015. I have imported publish profile from my server. Connection …

.net ssl visual-studio-2015 publish asp.net-core
Google Play Beta testing without a published app?

I created my first Android app and wanted to let some users take part at the new Google beta testing …

android testing publish
How to publish DACPAC file to a SQL Server database project via SQLPackage.exe of SSDT?

I'm using SSDT for Visual Studio 2012 here and using its command-line tool SQLPackage.exe to publish a .dacpac file. I …

publish database-project sql-server-data-tools dacpac sqlpackage
Visual Studio: Unable to add to the Web site... Unable to add file... Access is denied Error 550

I am trying to publish my project from my development machine to the staging environment. I would right click the …

c# visual-studio-2010 publish
Team Build: Publish locally using MSDeploy

I'm just getting started with the team build functionality and I'm finding the sheer amount of things required to do …

tfs msbuild release publish msdeploy
Replicate VS2008 "Publish Web Site" from command line

I am trying to replicate the exact functionality of this dialogue in Visual Studio 2008 in a build script: This is …

asp.net visual-studio-2008 msbuild publish
Publish a Web Application from the Command Line

I've got a series of .NET 4 based web applications (WCF and Web) within the same solution, but need to selectively …

visual-studio-2010 msbuild build publish
How do I deploy an iPhone application (without the App Store)?

Please forgive the noob question. I've been developing this little app (with Unity) for some time. The development profile expires …

iphone publish ios-provisioning
Publish .NET Core App As Portable Executable

I have a simple .net core app and publish it by following command: dotnet publish -c Release -r win10-x64 …

c# .net-core publish portable-executable self-contained