Search code examples
visual-studioxamarinpublish

How can I change the build configuration to Release in Visual Studio?


I'm trying to publish a Xamarin project.

How can I, change the build configuration to Release in Visual Studio 2015?

Update

I have found the solution, here it is :
enter image description here


Solution

  • According to How to: Set Debug and Release Configurations there are two ways to change build configuration:

    1. From the Build menu: click Build / Configuration Manager, then select Debug or Release.

    2. On the toolbar, choose either Debug or Release from the Solution Configurations list box.

    enter image description here