Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

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

like image 224
tubefavorites.com Avatar asked Apr 28 '16 07:04

tubefavorites.com


1 Answers

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

like image 197
Giorgi Avatar answered Sep 28 '22 02:09

Giorgi