Noah Gilson
Noah Gilson
Definitely, I'll take a look into why this is happening.
`Configuration` is being set to `Release` by the Publish Profile but this looks like the same nonsense as the `PublishRelease` fiasco where it doesn't get imported early enough, so `DebugSymbols`...
@rainersigwald It's likely we could solve it in a similar way to how `PublishRelease` works, though that'd only take effect in the CLI and be kinda gross. An alternative is...
@dougbu Thanks for following up on this -- I see your PR was merged. May you please confirm if this is resolved and we can close the issue? Looks like...
I see; sorry, I didn't understand the full context of the issue until now. We'll discuss this some more on our end.
I assume we want `` in a project file to be overriden by `PublishRuntimeIdentifier` in the project when publishing? But if someone specifies a RID in the call, like `dotnet...
Thanks, that is a helpful rule to live by. Makes sense! One scenario that's kind of funky is `dotnet publish -r RID -/p:PublishRuntimeIdentifier=RID_2`. We could pick RID, RID_2, or fail....
Closing this as resolved by: https://github.com/dotnet/sdk/pull/28717. Thanks for the help and lmk if you have any issues with this!
By build I assume you mean `dotnet build`. No one on our team uses `dotnet build` to build the SDK, we all use the `build.cmd` script. Thanks for the detailed...
I see, we will be discussing this in triage later today then. Thanks for clarifying!