We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e980b37 commit 56be416Copy full SHA for 56be416
Directory.Build.targets
@@ -157,7 +157,9 @@
157
</PropertyGroup>
158
159
<!-- Properties for Package Validation -->
160
- <PropertyGroup Condition="'$(ExcludeFromSourceOnlyBuild)' != 'true'">
+ <PropertyGroup Condition="'$(ExcludeFromSourceOnlyBuild)' != 'true' and
161
+ '$(UsingMicrosoftTraversalSdk)' != 'true' and
162
+ '$(UsingMicrosoftNoTargetsSdk)' != 'true'">
163
<EnablePackageValidation Condition="'$(EnablePackageValidation)' == ''">true</EnablePackageValidation>
164
<DisablePackageBaselineValidation Condition="'$(IsServicingBuild)' != 'true'">true</DisablePackageBaselineValidation>
165
<GenerateCompatibilitySuppressionFile>true</GenerateCompatibilitySuppressionFile>
0 commit comments