RESEARCH

.net – How can I switch the build configuration from “Debug” to “Release” in JetBrains IDE Rider with the new UI?

I have configured two build configurations in my solution file like so: Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU Release|Any CPU = Release|Any CPU EndGlobalSection In the old…Read more.net – How can I switch the build configuration from “Debug” to “Release” in JetBrains IDE Rider with the new UI?