-
Notifications
You must be signed in to change notification settings - Fork 772
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
Enable API compat validation #5871
Conversation
beda5f1
to
d3c7d3a
Compare
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=947663&view=codecoverage-tab |
d3c7d3a
to
b7f5d92
Compare
🎉 Good job! The coverage increased 🎉
Full code coverage report: https://dev.azure.com/dnceng-public/public/_build/results?buildId=948992&view=codecoverage-tab |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks reasonable to me
@@ -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 comment
The 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 comment
The 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 comment
The 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.
Microsoft Reviewers: Open in CodeFlow