-
Notifications
You must be signed in to change notification settings - Fork 831
Enable API compat validation #5871
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ | |
<PropertyGroup> | ||
<Stage>preview</Stage> | ||
<SuppressFinalPackageVersion>true</SuppressFinalPackageVersion> | ||
<EnablePackageValidation>false</EnablePackageValidation> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @shyamnamboodiripad FYI, you may need to apply the same to the Eval projects under /src/Libraries. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah thanks for the heads up! That probably explains why recent builds in #5873 have been failing... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. When I have cycles, I'll look into generalising MSBuild configs that are required for each AI project. |
||
<MinCodeCoverage>83</MinCodeCoverage> | ||
<MinMutationScore>0</MinMutationScore> | ||
</PropertyGroup> | ||
|
Uh oh!
There was an error while loading. Please reload this page.