9 usages of MSBuild property _IsPublishing
MSBuildFiles (9)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (1)
214
<NETSdkError Condition="'$(
_IsPublishing
)' == 'true' and
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (7)
83
<PropertyGroup Condition="'$(
_IsPublishing
)' == 'true' and ('$(PublishSelfContained)' == 'true' or '$(PublishSelfContained)' == 'false')">
102
('$(
_IsPublishing
)' == 'true' and
116
<PropertyGroup Condition="'$(
_IsPublishing
)' == 'true' and '$(PublishRuntimeIdentifier)' != ''">
179
<_RuntimeIdentifierUsesAppHost Condition="'$(
_IsPublishing
)' == 'true' and '$(PublishAot)' == 'true'">false</_RuntimeIdentifierUsesAppHost>
219
<NETSdkError Condition="'$(PublishReadyToRun)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(
_IsPublishing
)' == 'true'"
223
<NETSdkError Condition="'$(PublishSingleFile)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(
_IsPublishing
)' == 'true'"
227
<NETSdkError Condition="'$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(
_IsPublishing
)' == 'true' and '$(AllowPublishAotWithoutRuntimeIdentifier)' != 'true'"
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.props (1)
95
Condition="'$(
_IsPublishing
)' == 'true' and '$(PublishAotUsingRuntimePack)' == 'true' And ('$(_TargetFrameworkVersionWithoutV)' != '') And ('$(_TargetFrameworkVersionWithoutV)' >= '8.0')" />