Skip to content

Commit 82ba1e3

Browse files
committed
Skip baseline package validation
1 parent 0d5a915 commit 82ba1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<PropertyGroup>
1414
<ClangSharpProjectCategory>sources</ClangSharpProjectCategory>
1515
<EmbedUntrackedSources>true</EmbedUntrackedSources>
16-
<EnablePackageValidation>true</EnablePackageValidation>
16+
<EnablePackageValidation>false</EnablePackageValidation>
1717
</PropertyGroup>
1818

1919
<Import Project="$(MSBuildThisFileDirectory)..\Directory.Build.props" />

0 commit comments

Comments
 (0)