Skip to content

Commit 95fd014

Browse files
[build] target .NET Core 3.1.100 (#576)
Context: https://feedback.devdiv.io/922217 Context: https://build.azdo.io/3484060 .NET Core 3.1.102 dropped yesterday and broke the build with: Download URL for .Net Core sdk version 3.1.102 could not be found for the following OS platforms (rid): osx-x64,osx-x64 It appears using `3.1.x` broke... We don't know how long this will be broken, so let's use what xamarin-android is using, which appears to be working: https://github.com/xamarin/xamarin-android/blob/87ee20c59a09ba4314f4226e1c77ee2331c3f09f/build-tools/automation/azure-pipelines.yaml#L51
1 parent 566a461 commit 95fd014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-tools/automation/azure-pipelines.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ trigger:
66

77
# Global variables
88
variables:
9-
DotNetCoreVersion: 3.1.x
9+
DotNetCoreVersion: 3.1.100
1010
HostedMac: Hosted Mac Internal
1111
HostedWinVS2019: Hosted Windows 2019 with VS2019
1212

0 commit comments

Comments
 (0)