@@ -10,11 +10,14 @@ variables:
1010 AndroidXMigrationVersion : 1.0.10
1111 BootsVersion : 1.1.0.712-preview2
1212 DotNetVersion : 6.0.300
13+ XcodeVersion : 13.3.1
1314 DotNet6Source : https://aka.ms/dotnet6/nuget/index.json
1415 NuGetOrgSource : https://api.nuget.org/v3/index.json
15- XamarinDotNetWorkloadSource : https://aka.ms/dotnet/maui/rc.3.json
16- LegacyXamarinAndroidPkg : https://aka.ms/xamarin-android-commercial-d17-2-macos
17- LegacyXamarinAndroidVsix : https://aka.ms/xamarin-android-commercial-d17-2-windows
16+ XamarinDotNetWorkloadSource : workloads.json # or url (check for recent versions - redth)
17+ # https://aka.ms/dotnet/maui/6.0.400.json
18+ # matching builds
19+ LegacyXamarinAndroidPkg : https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/6454390/6.0.4xx/0b8d593a61bb49120fdf817e8dfdbc4b33937772/xamarin.android-12.3.99.117.pkg
20+ LegacyXamarinAndroidVsix : https://dl.internalx.com/vsts-devdiv/Xamarin.Android/public/6454390/6.0.4xx/0b8d593a61bb49120fdf817e8dfdbc4b33937772/Xamarin.Android.Sdk-12.3.99.117.vsix
1821 BUILD_NUMBER : $(Build.BuildNumber)
1922 BUILD_COMMIT : $(Build.SourceVersion)
2023 PRE_RESTORE_PROJECTS : true # Windows is having an issue on CI right now
4043 areaPath : ' DevDiv\VS Client - Runtime SDKs\Android'
4144 macosImage : macOS-12 # the name of the macOS VM image (BigSur)
4245 windowsAgentPoolName : android-win-2022
43- xcode : 13.3.1
44- dotnet : ' 6.0.300 ' # the version of .NET Core to use
45- dotnetStable : ' 6.0.300 ' # the stable version of .NET Core to use
46+ xcode : $(XcodeVersion)
47+ dotnet : $(DotNetVersion) # the version of .NET Core to use
48+ dotnetStable : $(DotNetVersion) # the stable version of .NET Core to use
4649 initSteps :
4750 - task : UseDotNet@2
4851 displayName : install .NET $(DotNetVersion)
6467 dotnet tool update --global Cake.Tool
6568 dotnet tool update --global boots --version $(BootsVersion)
6669 boots $(LegacyXamarinAndroidPkg)
67- sudo xcode-select -s "/Applications/Xcode_13.3.1 .app"
70+ sudo xcode-select -s "/Applications/Xcode_$(XcodeVersion) .app"
6871 sudo xcode-select -p
6972 condition: eq(variables['System.JobName'], 'macos')
7073 - pwsh : |
0 commit comments