7 usages of MSBuild property PackAsTool
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.PackTool.targets (4)
31
<SuppressDependenciesWhenPacking Condition=" '$(
PackAsTool
)' == 'true' ">true</SuppressDependenciesWhenPacking>
36
<Target Name="PackTool" DependsOnTargets="GenerateToolsSettingsFileFromBuildProperty;$(_PackToolPublishDependency);_PackToolValidation" Condition=" '$(
PackAsTool
)' == 'true' ">
104
<Target Name="_PackToolValidation" Condition=" '$(
PackAsTool
)' == 'true' ">
146
Condition="'$(
PackAsTool
)' == 'true' and $(PackAsToolShimRuntimeIdentifiers) != '' "
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.Common.targets (3)
46
<IncludeBuildOutput Condition=" '$(
PackAsTool
)' == 'true' ">false</IncludeBuildOutput>
47
<PackageType Condition=" '$(
PackAsTool
)' == 'true' ">DotnetTool</PackageType>
48
<RuntimeIdentifiers Condition=" '$(
PackAsTool
)' == 'true' ">$(RuntimeIdentifiers);$(PackAsToolShimRuntimeIdentifiers)</RuntimeIdentifiers>