1 assignment to MSBuild property IsPublishable
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (1)
17<IsPublishable Condition="'$(IsPublishable)' == ''">true</IsPublishable>
4 usages of MSBuild property IsPublishable
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Containers\build\Microsoft.NET.Build.Containers.targets (1)
431Condition="'$(IsPublishable)' == 'true' AND '$(EnableSdkContainerSupport)' == 'true'"
C\hostedtoolcache\windows\dotnet\sdk\10.0.100-rc.1.25451.107\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Publish.targets (3)
17<IsPublishable Condition="'$(IsPublishable)' == ''">true</IsPublishable> 162Condition="$(IsPublishable) == 'true'" 1375Condition="$(IsPublishable) == 'true'"