aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-09-29 16:49:49 -0700
committerGitHub <noreply@github.com>2020-09-29 16:49:49 -0700
commit397d3d7188cdcd4903b0bdb33b260dde993c1424 (patch)
tree5ba335e9144ca6f6652acd19678a44daeb603077 /scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json
parentb7c476bade673002cac838043b29c40bb46e1b85 (diff)
downloadvcpkg-397d3d7188cdcd4903b0bdb33b260dde993c1424.tar.gz
vcpkg-397d3d7188cdcd4903b0bdb33b260dde993c1424.zip
[vcpkg osx ci] update 2020-09-28 (#13799)
* [vcpkg osx ci] update to newer bits these ones should actually work! * update vagrantfile * correct scripts, reformat, add docs * Finish Get-InternalBaseBox, move archives In order to avoid people maliciously deleting the boxes, the archives share and file share are in different users now. * baseline libqcow to be fixed later * actually check for the mount point * fix Install-Prerequisites again * add +x to Get-InternalBaseBox.ps1 additionally, fix some errors
Diffstat (limited to 'scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json')
-rw-r--r--scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json b/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json
index d806f4861..0b1ed2f32 100644
--- a/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json
+++ b/scripts/azure-pipelines/osx/configuration/vagrant-configuration.schema.json
@@ -37,15 +37,13 @@
"type": "object",
"required": [
"username",
- "access_key",
"urn",
- "share"
+ "path"
],
"properties": {
"username": { "type": "string" },
- "access_key": { "type": "string" },
"urn": { "type": "string" },
- "share": { "type": "string" }
+ "path": { "type": "string" }
}
}
}