diff --git a/build/templates/xcode-select.yml b/build/templates/xcode-select.yml index eff69cd16..06daf1541 100644 --- a/build/templates/xcode-select.yml +++ b/build/templates/xcode-select.yml @@ -3,7 +3,7 @@ parameters: steps: - bash: | - ls -la /Applications + ls -la ${{parameters.xCodeRoot}}/Contents echo 'Xcode Root to ${{parameters.xCodeRoot}}' echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'${{parameters.xCodeRoot}} sudo xcode-select --switch ${{parameters.xCodeRoot}}/Contents/Developer