From 032d05d526dfe03ce7b60a82a46811d2aa28b258 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Fri, 20 Dec 2019 15:03:22 +0100 Subject: [PATCH] Update build env to netcore31 --- azure-pipelines.yml | 7 +++++++ global.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 43b70866..a24a5b3b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,6 +19,13 @@ strategy: buildConfiguration: 'Debug' steps: +- task: UseDotNet@2 + displayName: 'Install .NET Core 3.1' + inputs: + packageType: sdk + version: '3.1.100' + installationPath: $(Agent.ToolsDirectory)/dotnet + - task: NuGetToolInstaller@1 - task: NuGetCommand@2 diff --git a/global.json b/global.json index 2223a05e..7c332016 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "3.0.100" + "version": "3.1.100" } } \ No newline at end of file