-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Prevent --output command-line option for multi-targeted projects #13369
Comments
Also related (to some degree): dotnet/msbuild#5420 |
Related / Dupe: #8964 |
@dsplaisted, I closed the MSBuild issue for this with dotnet/msbuild#5675. Are you planning to make the PR for consuming this in the SDK, do you want me to, or was it already done, and I forgot? |
See #8964 (comment)
|
For a multi-targeted build, the
--output
command-line option will cause the builds for multiple target frameworks to go to the same output path. This will likely cause a build failure due to files being in use, or an incorrect build output. See #13359.We should do something to avoid this pit of failure. Some possibilities:
The text was updated successfully, but these errors were encountered: