1 assignment to MSBuild property PublishSelfContained
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (1)
75
<
PublishSelfContained
>true</PublishSelfContained>
9 usages of MSBuild property PublishSelfContained
MSBuildFiles (9)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Containers\build\Microsoft.NET.Build.Containers.targets (1)
17
<_ContainerIsSelfContained Condition="'$(SelfContained)' == 'true' or '$(
PublishSelfContained
)' == 'true'">true</_ContainerIsSelfContained>
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\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
)"/>