Skip to content

Solution configurations always use "Debug" #797

@lukebakken

Description

@lukebakken

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.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions