I did some quick searching and was not able to find an answer to what happens when you do something like
dotnet build --configuration foobar
and the configuration foobar
is not defined. I also tested this out but wasn't able to tell what exactly was happening. Does anyone know if it just uses the default configuration i.e. debug
or release
?