From 3ff9024659ca09a39d2a951801af36a9ba2e753c Mon Sep 17 00:00:00 2001 From: Robin Date: Thu, 28 Mar 2019 15:58:11 +0100 Subject: [PATCH] Updated dotnet core 3.0 for the build --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b8ff1a565..3254a5233 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,7 +15,7 @@ steps: - task: DotNetCoreInstaller@0 displayName: 'Use .NET Core sdk 3.0' inputs: - version: '3.0.100-preview4-010520' + version: '3.0.100-preview4-010965' - task: NuGetToolInstaller@0 displayName: 'Use NuGet 4.9.2'