mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-19 01:28:51 +08:00
11 lines
207 B
YAML
11 lines
207 B
YAML
|
# Copyright (c) Microsoft Corporation.
|
||
|
# SPDX-License-Identifier: MIT
|
||
|
#
|
||
|
variables:
|
||
|
osx-pool: 'PrOsx-2021-07-27'
|
||
|
|
||
|
jobs:
|
||
|
- template: osx/azure-pipelines.yml
|
||
|
parameters:
|
||
|
poolName: $(osx-pool)
|