From 9dd34660bf3b236eb7006d80498e790e4b6d95c1 Mon Sep 17 00:00:00 2001 From: artyom Date: Fri, 21 Aug 2020 15:15:26 +0300 Subject: [PATCH] Try using .NET Core 3.1.302 --- azure-pipelines.yml | 17 +++++------------ global.json | 2 +- 2 files changed, 6 insertions(+), 13 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a267452ff4..20278ddc71 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -34,17 +34,10 @@ jobs: pool: vmImage: 'macOS-10.14' steps: - - task: UseDotNet@2 - displayName: 'Use .NET Core SDK 3.1.401' - inputs: - packageType: sdk - version: 3.1.401 - - - task: UseDotNet@2 - displayName: 'Use .NET Core Runtime 3.1.7' + - task: DotNetCoreInstaller@0 + displayName: 'Use .NET Core SDK 3.1.302' inputs: - packageType: runtime - version: 3.1.7 + version: 3.1.302 - task: CmdLine@2 displayName: 'Install Mono 5.18' @@ -113,9 +106,9 @@ jobs: vmImage: 'windows-2019' steps: - task: DotNetCoreInstaller@0 - displayName: 'Use .NET Core SDK 3.1.401' + displayName: 'Use .NET Core SDK 3.1.302' inputs: - version: 3.1.401 + version: 3.1.302 - task: CmdLine@2 displayName: 'Install Nuke' diff --git a/global.json b/global.json index e26c2c7f2c..2f594d9596 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "3.1.401" + "version": "3.1.302" }, "msbuild-sdks": { "Microsoft.Build.Traversal": "1.0.43",