mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
10 lines
231 B
YAML
10 lines
231 B
YAML
parameters:
|
|
version: 0
|
|
|
|
steps:
|
|
- script: |
|
|
if [ "${{ parameters.version }}" = "12.5.1" ]; then sudo xcode-select -switch /Applications/Xcode_12.5.1.app; fi
|
|
|
|
displayName: "Setup Xcode Version"
|
|
failOnStderr: true
|