5 assignments to MSBuild property _SuppressAllTargets
MSBuildFiles (5)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\ExcludeFromBuild.BeforeCommonTargets.targets (4)
49
<
_SuppressAllTargets
>false</_SuppressAllTargets>
51
<
_SuppressAllTargets
Condition="'$(DotNetBuildSourceOnly)' == 'true' and '$(ExcludeFromSourceOnlyBuild)' == 'true'">true</_SuppressAllTargets>
52
<
_SuppressAllTargets
Condition="'$(DotNetBuild)' == 'true' and '$(ExcludeFromDotNetBuild)' == 'true'">true</_SuppressAllTargets>
54
<
_SuppressAllTargets
Condition="'$(ExcludeFromBuild)' == 'true'">true</_SuppressAllTargets>
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\RuntimeIdentifierInference.BeforeNETSdkTargets.targets (1)
74
<
_SuppressAllTargets
Condition="'$(DisableArcadeExcludeFromBuildSupport)' != 'true' and $(_ExplicitlySpecifiedRuntimeIdentifiers).Contains(';$(_FilterRuntimeIdentifier);')) == 'false'">true</_SuppressAllTargets>
10 usages of MSBuild property _SuppressAllTargets
Microsoft.DotNet.PackageInstall.Tests (5)
Microsoft.DotNet.PackageInstall.Tests.csproj (5)
69
Condition="'$(
_SuppressAllTargets
)' != 'true'">
92
Condition="'$(
_SuppressAllTargets
)' != 'true'">
115
Condition="'$(
_SuppressAllTargets
)' != 'true'">
138
Condition="'$(
_SuppressAllTargets
)' != 'true'">
165
Condition="'$(
_SuppressAllTargets
)' != 'true'"
MSBuildFiles (5)
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\Sdk\Sdk.targets (2)
27
<Import Project="..\tools\Imports.targets" Condition="'$(_SuppressSdkImports)' != 'true' and '$(
_SuppressAllTargets
)' != 'true'" />
28
<Import Project="..\tools\Empty.targets" Condition="'$(_SuppressSdkImports)' != 'true' and '$(
_SuppressAllTargets
)' == 'true'" />
C\Users\cloudtest\.nuget\packages\microsoft.dotnet.arcade.sdk\10.0.0-beta.25510.1\tools\ExcludeFromBuild.BeforeCommonTargets.targets (3)
59
<DisableWarnForInvalidRestoreProjects Condition="'$(
_SuppressAllTargets
)' == 'true'">true</DisableWarnForInvalidRestoreProjects>
60
<NuGetRestoreTargets Condition="'$(
_SuppressAllTargets
)' == 'true'">$(MSBuildThisFileDirectory)NoRestore.targets</NuGetRestoreTargets>
63
<ImportWindowsDesktopTargets Condition="'$(
_SuppressAllTargets
)' == 'true'">false</ImportWindowsDesktopTargets>