aboutsummaryrefslogtreecommitdiff
path: root/scripts/azure-pipelines/macos
AgeCommit message (Collapse)Author
2020-04-30[vcpkg] Onboard Linux to VMSS, open 'git' port, and switch back to Azure SpotBilly Robert O'Neal III
* Adds scripts to generate scale sets for testing Linux. * Note workaround for https://github.com/microsoft/azure-pipelines-agent/pull/2929 * Switches Windows validation to 'Spot' VMs. * Opens the git port 9418. * Removes provisioning of the no longer used 'logs' file share. * Changes Azure region to 'westus2', which is cheaper. * Adds +x to all the scripts in scripts/azure-pipelines. * Use 'xml-results' for all platforms instead of 'raw xml results' on Windows.
2020-04-29Bump macos build timeouts. (#11090)Billy O'Neal
2020-04-28[vcpkg] Copy macos pipelines into azure-pipelines.ymlBilly O'Neal