1 assignment to MSBuild property PublishSelfContained
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
75
<
PublishSelfContained
>true</PublishSelfContained>
8 usages of MSBuild property PublishSelfContained
MSBuildFiles (8)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (8)
66
'$(
PublishSelfContained
)' == '' and
81
<PropertyGroup Condition="'$(_IsPublishing)' == 'true' and ('$(
PublishSelfContained
)' == 'true' or '$(
PublishSelfContained
)' == 'false')">
82
<SelfContained>$(
PublishSelfContained
)</SelfContained>
230
<NETSdkError Condition="'$(
PublishSelfContained
)' != 'true' and '$(
PublishSelfContained
)' != 'false' and '$(
PublishSelfContained
)' != ''"
232
FormatArguments="$(
PublishSelfContained
)"/>