8 usages of MSBuild property _IsPublishing
MSBuildFiles (8)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (1)
210
<NETSdkError Condition="'$(
_IsPublishing
)' == 'true' and
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (6)
81
<PropertyGroup Condition="'$(
_IsPublishing
)' == 'true' and ('$(PublishSelfContained)' == 'true' or '$(PublishSelfContained)' == 'false')">
100
('$(
_IsPublishing
)' == 'true' and
114
<PropertyGroup Condition="'$(
_IsPublishing
)' == 'true' and '$(PublishRuntimeIdentifier)' != ''">
216
<NETSdkError Condition="'$(PublishReadyToRun)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(
_IsPublishing
)' == 'true'"
220
<NETSdkError Condition="'$(PublishSingleFile)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(
_IsPublishing
)' == 'true'"
224
<NETSdkError Condition="'$(PublishAot)' == 'true' and '$(RuntimeIdentifier)' == '' and '$(
_IsPublishing
)' == 'true' and '$(AllowPublishAotWithoutRuntimeIdentifier)' != 'true'"
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.props (1)
89
Condition="'$(
_IsPublishing
)' == 'true' and '$(PublishAotUsingRuntimePack)' == 'true' And ('$(_TargetFrameworkVersionWithoutV)' != '') And ('$(_TargetFrameworkVersionWithoutV)' >= '8.0')" />