1 assignment to MSBuild property EnableSdkContainerSupport
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Containers\build\Microsoft.NET.Build.Containers.targets (1)
19
<
EnableSdkContainerSupport
Condition="'$(EnableSdkContainerSupport)' == '' and '$(OutputType)' != 'Library'" >true</EnableSdkContainerSupport>
3 usages of MSBuild property EnableSdkContainerSupport
MSBuildFiles (3)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Containers\build\Microsoft.NET.Build.Containers.targets (3)
19
<EnableSdkContainerSupport Condition="'$(
EnableSdkContainerSupport
)' == '' and '$(OutputType)' != 'Library'" >true</EnableSdkContainerSupport>
246
($(_SdkCanPublishConsole) and '$(
EnableSdkContainerSupport
)' == 'true')
431
Condition="'$(IsPublishable)' == 'true' AND '$(
EnableSdkContainerSupport
)' == 'true'"