Skip to content

Commit

Permalink
Skip baseline package validation
Browse files Browse the repository at this point in the history
  • Loading branch information
tannergooding committed Oct 15, 2023
1 parent 0d5a915 commit 82ba1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<PropertyGroup>
<ClangSharpProjectCategory>sources</ClangSharpProjectCategory>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<EnablePackageValidation>true</EnablePackageValidation>
<EnablePackageValidation>false</EnablePackageValidation>
</PropertyGroup>

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

0 comments on commit 82ba1e3

Please sign in to comment.