Consider running Publish target when _IsPublishing
is true
#46279
Labels
untriaged
Request triage from a team member
_IsPublishing
is true
#46279
For folks who don't use
dotnet publish
, it's a common pattern to inject thePublish
target so that they can runmsbuild
without specifying/t:Publish
. See examples from #37872 (comment):This won't fully replicate the effects of
dotnet publish
unless they also pass-p:_IsPublishing=true
. Would it make sense to run the Publish target after Build when_IsPublishing
is set, so that folks using msbuild can at least domsbuild -p:_IsPublishing=true
and get the same output asdotnet publish
? (We wouldn't advertise that until it's made public, see #26324)@MichalStrehovsky @rainersigwald @marcpopMSFT @dsplaisted @agocke
The text was updated successfully, but these errors were encountered: