1 assignment to MSBuild property PublishSelfContained
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
77
<
PublishSelfContained
>true</PublishSelfContained>
9 usages of MSBuild property PublishSelfContained
MSBuildFiles (9)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Containers\build\Microsoft.NET.Build.Containers.targets (1)
17
<_ContainerIsSelfContained Condition="'$(SelfContained)' == 'true' or '$(
PublishSelfContained
)' == 'true'">true</_ContainerIsSelfContained>
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (8)
68
'$(
PublishSelfContained
)' == '' and
87
<PropertyGroup Condition="'$(_IsPublishing)' == 'true' and ('$(
PublishSelfContained
)' == 'true' or '$(
PublishSelfContained
)' == 'false')">
88
<SelfContained>$(
PublishSelfContained
)</SelfContained>
242
<NETSdkError Condition="'$(
PublishSelfContained
)' != 'true' and '$(
PublishSelfContained
)' != 'false' and '$(
PublishSelfContained
)' != ''"
244
FormatArguments="$(
PublishSelfContained
)"/>