1 assignment to MSBuild property PublishSelfContained
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\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\9.0.203\Containers\build\Microsoft.NET.Build.Containers.targets (1)
17
<_ContainerIsSelfContained Condition="'$(SelfContained)' == 'true' or '$(
PublishSelfContained
)' == 'true'">true</_ContainerIsSelfContained>
C\hostedtoolcache\windows\dotnet\sdk\9.0.203\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (8)
68
'$(
PublishSelfContained
)' == '' and
83
<PropertyGroup Condition="'$(_IsPublishing)' == 'true' and ('$(
PublishSelfContained
)' == 'true' or '$(
PublishSelfContained
)' == 'false')">
84
<SelfContained>$(
PublishSelfContained
)</SelfContained>
233
<NETSdkError Condition="'$(
PublishSelfContained
)' != 'true' and '$(
PublishSelfContained
)' != 'false' and '$(
PublishSelfContained
)' != ''"
235
FormatArguments="$(
PublishSelfContained
)"/>