I noticed that no matter what build configuration is used, the output is always bin\Debug\X where X is the target framework.
I had to run a build with detailed output to be sure that this command actually used the Release configuration:
dotnet build .\RabbitMQDotNetClient.sln --configuration Release --verbosity detailed
Output: build-out.txt
This isn't the end of the world it's just ... odd.