Skip to content

Error, warn, or fix behavior when specifying output path when building a solution #15607

@dsplaisted

Description

@dsplaisted

Specifying the output path (commonly by using the -o command line option to dotnet build or dotnet publish) when building or publishing a solution can lead to issues, as multiple projects building to the same path may override each other's files.

We should either block specifying the output path for a solution, or do something to fix the behavior (for example by appending the project name to the specified output path for each project).

Related:

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions