Change RunningPublish property name to _IsPublishing (#79483)
authorAndy Gocke <angocke@microsoft.com>
Wed, 14 Dec 2022 12:01:27 +0000 (04:01 -0800)
committerGitHub <noreply@github.com>
Wed, 14 Dec 2022 12:01:27 +0000 (13:01 +0100)
commit8e15d9f523209caf08db57897777b7beb0516c99
tree6844974a5caaaecb9b6dd7cc09154bb007db5c99
parent1529058b7e6b7a13253278f45e28f73c04149896
Change RunningPublish property name to _IsPublishing (#79483)

The crossgen publish capability currently uses a RunningPublish property
to signal that certain settings should be enabled. The SDK now provides a
property that serves the same purpose called '_IsPublishing'. By using the
SDK property, the right publish behavior will automatically happen if a user
runs 'dotnet publish' on the crossgen2 project.
src/coreclr/tools/aot/crossgen2/crossgen2.csproj
src/installer/pkg/sfx/Microsoft.NETCore.App/Microsoft.NETCore.App.Crossgen2.sfxproj