vcpkg/scripts/azure-pipelines/azure-pipelines-osx.yml
Billy O'Neal c93faafe6d
Update vcpkg-tool to 2022-02-11 (#23059)
* Update vcpkg-tool to 2022-02-11

* Fix agent pool.
2022-02-13 21:57:51 -08:00

11 lines
207 B
YAML

# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: MIT
#
variables:
osx-pool: 'PrOsx-2022-02-04'
jobs:
- template: osx/azure-pipelines.yml
parameters:
poolName: $(osx-pool)