Skip to content

Commit

Permalink
ci: Update agents to fix incompatibility with the lastest version of Uno
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Apr 22, 2020
1 parent 4c056e9 commit 34da70a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,13 @@ jobs:
SourceLinkEnabled: false

pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'

steps:
- checkout: self
clean: true

- bash: /bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 5_18_1"
- bash: /bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 6_6_0"
displayName: Select Xamarin Version

- bash: |
Expand Down Expand Up @@ -162,16 +162,16 @@ jobs:
variables:
CI_Build: true
SourceLinkEnabled: false
XCODE_ROOT: /Applications/Xcode_10.3.app
XCODE_ROOT: /Applications/Xcode_11.4.app

pool:
vmImage: 'macOS-10.14'
vmImage: 'macOS-10.15'

steps:
- checkout: self
clean: true

- bash: /bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 5_18_1"
- bash: /bin/bash -c "sudo $AGENT_HOMEDIRECTORY/scripts/select-xamarin-sdk.sh 6_6_0"
displayName: Select Xamarin Version

- bash: /bin/bash -c "echo '##vso[task.setvariable variable=MD_APPLE_SDK_ROOT;]'${XCODE_ROOT};sudo xcode-select --switch ${XCODE_ROOT}/Contents/Developer"
Expand Down
2 changes: 1 addition & 1 deletion src/Sample/Sample.iOS/Sample.iOS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<ItemGroup>
<PackageReference Include="Uno.UI" Version="2.3.0-dev.2" />
<PackageReference Include="Xamarin.TestCloud.Agent">
<Version>0.21.8</Version>
<Version>0.21.9</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Uno.UITest.Xamarin/Uno.UITest.Xamarin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Xamarin.UITest" Version="3.0.5" />
<PackageReference Include="Xamarin.UITest" Version="3.0.7" />

<!-- Workaround for missing cecil binary in Xamarin.UITest -->
<PackageReference Include="mono.cecil" Version="0.9.6" />
Expand Down

0 comments on commit 34da70a

Please sign in to comment.