mirror of
https://github.com/microsoft/GSL.git
synced 2024-11-03 17:56:43 -05:00
ebf0498363
Bump clang and Xcode supported versions and add support for VS with LLVM
10 lines
252 B
YAML
10 lines
252 B
YAML
parameters:
|
|
version: 0
|
|
|
|
steps:
|
|
- script: |
|
|
if [ "${{ parameters.version }}" != "default" ]; then sudo xcode-select -switch /Applications/Xcode_${{ parameters.version }}.app; fi
|
|
|
|
displayName: "Setup Xcode Version"
|
|
failOnStderr: true
|