File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ variables:
2121 RunningOnCI : true
2222 Build.Configuration : Release
2323 MaxJdkVersion : 8
24- DotNetCoreVersion : 6.0.202
24+ DotNetCoreVersion : 6.0.x
2525 1ESWindowsPool : AzurePipelines-EO
2626 1ESWindowsImage : AzurePipelinesWindows2022compliant
2727 1ESMacPool : Azure Pipelines
@@ -133,7 +133,7 @@ jobs:
133133
134134 - script : >
135135 dotnet tool install --global boots &&
136- boots https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-6.12.0.145 .macos10.xamarin.universal.pkg
136+ boots https://download.mono-project.com/archive/6.12.0/macos-10-universal/MonoFramework-MDK-6.12.0.178 .macos10.xamarin.universal.pkg
137137 displayName: Install Mono
138138
139139 - script : make prepare CONFIGURATION=$(Build.Configuration) JI_MAX_JDK=$(MaxJdkVersion)
You can’t perform that action at this time.
0 commit comments