-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Filesystem registry schema is missing baseline property #30939
Comments
This vcpkg-schema-definitions.schema.json file added by Billy. cc @BillyONeal Could you please take a look this issue? Thanks in advance. |
I tested to confirm, and the "baseline" property is indeed required for filesystem registries, as the docs indicate. Without it, I get this error:
|
This is an automated message. Per our repo policy, stale issues get closed if there has been no activity in the past 180 days. The issue will be automatically closed in 14 days. If you wish to keep this issue open, please add a new comment. |
/remove-stale |
This can be avoided as long as there is some other constraint to choose the version to use, or |
Fixed in microsoft/vcpkg-tool#1463
Clarified to be optional in microsoft/vcpkg-docs#372 |
Thanks, @BillyONeal! |
Describe the bug
The JSON schema for a custom filesystem registry is missing a property for "baseline". Docs indicate that this property is required. I assume the docs are correct - without this property, it's not clear how vcpkg would know which baseline to choose from the baseline.json file.
The text was updated successfully, but these errors were encountered: