I program in C#. The specifics of my development process is that i often run an application in debug mode, but sometimes I need to quickly build (without running) a dll / exe in release mode.
Now i have to click to dropdown menu, change debug > release, wait for 5-10 seconds while Studio is loading something and only then click "Build". Then change back release > debug and wait again. This is pretty annoying.
Tell me please how to achieve one-click release builds without leaving debug mode?