mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 11:21:12 +08:00
c93faafe6d
* Update vcpkg-tool to 2022-02-11 * Fix agent pool.
11 lines
207 B
YAML
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)
|