vcpkg/scripts/azure-pipelines/azure-pipelines-osx.yml

11 lines
207 B
YAML
Raw Normal View History

# 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)