File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,16 @@ jobs:
149
149
- checkout : self
150
150
clean : true
151
151
152
- - bash : /bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 6_12_18"
153
- displayName : Select Xamarin Version
152
+ displayName : Install Xamarin
153
+
154
+ - bash : |
155
+ brew install --cask xamarin-ios
156
+ brew install --cask xamarin-android
157
+ displayName: Install Xamarin
158
+
159
+
160
+ # - bash: /bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 6_12_18"
161
+ # displayName: Select Xamarin Version
154
162
155
163
- bash : |
156
164
chmod +x $(build.sourcesdirectory)/build/android-uitest-run.sh
@@ -188,9 +196,11 @@ jobs:
188
196
steps :
189
197
- checkout : self
190
198
clean : true
191
-
192
- - bash : /bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 6_12_18"
193
- displayName : Select Xamarin Version
199
+
200
+ - bash : |
201
+ brew install --cask xamarin-ios
202
+ brew install --cask xamarin-android
203
+ displayName: Install Xamarin
194
204
195
205
- bash : /bin/bash -c "echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'${XCODE_ROOT};sudo xcode-select --switch ${XCODE_ROOT}/Contents/Developer"
196
206
displayName : Select Xcode
You can’t perform that action at this time.
0 commit comments