mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 14:09:01 +08:00
37 lines
545 B
JSON
37 lines
545 B
JSON
{
|
|
"$schema": "https://json-schema.org/draft/2019-09/schema",
|
|
|
|
"type": "object",
|
|
|
|
"required": [
|
|
"pat",
|
|
"base_name",
|
|
"disk_size",
|
|
"machine_identifiers"
|
|
],
|
|
|
|
"properties": {
|
|
"pat": {
|
|
"type": "string"
|
|
},
|
|
"agent_pool": {
|
|
"type": "string"
|
|
},
|
|
"devops_url": {
|
|
"type": "string"
|
|
},
|
|
"machine_name": {
|
|
"type": "string"
|
|
},
|
|
"box_name": {
|
|
"type": "string"
|
|
},
|
|
"box_version": {
|
|
"type": "string"
|
|
},
|
|
"disk_size": {
|
|
"type": "integer"
|
|
}
|
|
}
|
|
}
|