Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit df29e1f

Browse files
committed
refreshed CI settings
1 parent 9a5806c commit df29e1f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

azure-pipelines.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,22 @@ resources:
2020

2121
variables:
2222
DotNet6Version: 6.0.300
23-
XamarinAndroidVsix: https://aka.ms/xamarin-android-commercial-d17-1-windows
23+
# matching builds
2424
# NOTE: there wasn't a public release of 16.11 for macOS
25-
XamarinAndroidPkg: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/5673868/d17-1/19b97b7614b275a84d9e38096bd1fe0e25a494d4/xamarin.android-12.2.0.4.pkg
25+
LegacyXamarinAndroidPkg: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/6454390/6.0.4xx/0b8d593a61bb49120fdf817e8dfdbc4b33937772/xamarin.android-12.3.99.117.pkg
26+
LegacyXamarinAndroidVsix: https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/6454390/6.0.4xx/0b8d593a61bb49120fdf817e8dfdbc4b33937772/Xamarin.Android.Sdk-12.3.99.117.vsix
2627
jobs:
2728
- template: .ci/build.v1.yml@components
2829
parameters:
2930
timeoutInMinutes: 360
3031
areaPath: 'DevDiv\Xamarin SDK\Android'
31-
macosImage: 'macOS-11' # the name of the macOS VM image
32-
# BigSur 20211120
32+
macosImage: 'macOS-12' # the name of the macOS VM image
33+
# Monterey 20220728
3334
windowsAgentPoolName: AzurePipelines-EO
3435
windowsImage: ''
3536
windowsImageOverride: AzurePipelinesWindows2019compliant
3637

37-
xcode: 13.2.1
38+
xcode: 13.3.1
3839
buildType: 'manifest'
3940

4041
linuxAgentPoolName: AzurePipelines-EO
@@ -82,7 +83,7 @@ jobs:
8283
condition: ne(variables['System.JobName'], 'linux')
8384
tools:
8485
- 'xamarin.androidbinderator.tool': '0.5.4'
85-
- 'xamarin.androidx.migration.tool': '1.0.9'
86+
- 'xamarin.androidx.migration.tool': '1.0.10'
8687
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
8788
- template: sign-artifacts/jobs/v2.yml@internal-templates
8889
parameters:

0 commit comments

Comments
 (0)