|
Hey, is there a way to always publish the release build of a programm although the build options are set to debug? The problem is that when i publish the debug build by accident (forgot to switch to release config before publish), the user auth is skipped and everyone can see everything which is really, really bad. I could keep the user auth in the debug build but thats quite annoying when debugging an app. kev |