Skip to content

Commit

Permalink
Update build.steps.v1.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jfversluis authored Apr 4, 2022
1 parent be262b4 commit b824c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/build.steps.v1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ steps:
# before the build starts, make sure the tooling is as expected
- bash: sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh ${{ parameters.mono }}
displayName: 'Switch to the latest Xamarin SDK'
condition: ne(${{ parameters.macosImage, '')
condition: ne(${{ parameters.macosImage }}, '')
- bash: echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'/Applications/Xcode_${{ parameters.xcode }}.app;sudo xcode-select --switch /Applications/Xcode_${{ parameters.xcode }}.app/Contents/Developer
displayName: 'Switch to the latest Xcode'
condition: ne(${{ parameters.macosImage }}, '')
Expand Down

0 comments on commit b824c91

Please sign in to comment.