Allow "baseline" in filesystem registries. (#1463)
Related: https://github.com/microsoft/vcpkg/issues/30939
This commit is contained in:
Родитель
c1299340f4
Коммит
9317fb2ddb
|
@ -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": [
|
||||||
|
|
Загрузка…
Ссылка в новой задаче