5 usages of MSBuild property _IsPacking
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.RuntimeIdentifierInference.targets (4)
81<PropertyGroup Condition="'$(PackAsTool)' == 'true' And '$(_IsPacking)' == 'true'"> 108('$(PackAsTool)' != 'true' or '$(_IsPacking)' != 'true') and 141!('$(PackAsTool)' == 'true' And '$(_IsPacking)' == 'true')"> 252Condition="'$(PackAsTool)' != 'true' or '$(_IsPacking)' != 'true'">
C\hostedtoolcache\windows\dotnet\sdk\10.0.201\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.DefaultItems.targets (1)
175Condition="'$(_IsPacking)' == 'true' and '$(DOTNET_CLI_DISABLE_PUBLISH_AND_PACK_RELEASE)' != 'true' and '$(DOTNET_CLI_LAZY_PUBLISH_AND_PACK_RELEASE_FOR_SOLUTIONS)' == 'true'">