Skip to content

Commit 3042cb8

Browse files
authored
Update azure-pipelines.yaml
1 parent 56ac7e6 commit 3042cb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)