Allow "baseline" in filesystem registries. (#1463)

Related: https://github.com/microsoft/vcpkg/issues/30939
This commit is contained in:
Billy O'Neal 2024-07-30 11:11:27 -07:00 коммит произвёл GitHub
Родитель c1299340f4
Коммит 9317fb2ddb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -363,6 +363,11 @@
"type": "string", "type": "string",
"description": "The location on the filesystem where the registry is rooted." "description": "The location on the filesystem where the registry is rooted."
}, },
"baseline": {
"description": "The key in the JSON document of baseline.json which will be used for version selection",
"type": "string",
"default": "default"
},
"packages": true "packages": true
}, },
"required": [ "required": [