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