We have a CI Pipeline that builds .NET using MSBuild.
Is the MSBuild by default set to deploy in Release mode? If not, how do we specify it to build in release mode?
Do we specify that in the MSBuild task configuration
field? simply type release
?
what i mean by debug vs release, this is how we deploy as release manually today, which we'd like to be done by the pipeline instead to completely automate the build process.
I came across this answer but its more relevant to tfsbuild, not Azure Devops