2 assignments to MSBuild property _ContainerIsSelfContained
MSBuildFiles (2)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Containers\build\Microsoft.NET.Build.Containers.targets (2)
16
<
_ContainerIsSelfContained
>false</_ContainerIsSelfContained>
17
<
_ContainerIsSelfContained
Condition="'$(SelfContained)' == 'true' or '$(PublishSelfContained)' == 'true'">true</_ContainerIsSelfContained>
3 usages of MSBuild property _ContainerIsSelfContained
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\8.0.404\Containers\build\Microsoft.NET.Build.Containers.targets (3)
50
IsSelfContained="$(
_ContainerIsSelfContained
)"
102
<ContainerAppCommand Condition="'$(ContainerAppCommand)' == '' and '$(
_ContainerIsSelfContained
)' == 'true' and !$(_ContainerIsTargetingWindows)" Include="$(ContainerWorkingDirectory)/$(AssemblyName)$(_NativeExecutableExtension)" />
103
<ContainerAppCommand Condition="'$(ContainerAppCommand)' == '' and '$(
_ContainerIsSelfContained
)' == 'true' and $(_ContainerIsTargetingWindows)" Include="$(AssemblyName)$(_NativeExecutableExtension)" />