From 9b3692eda27a7b607842b4bbbf5672af14d459a7 Mon Sep 17 00:00:00 2001 From: Christoph Wille Date: Fri, 27 Sep 2019 22:13:07 +0200 Subject: [PATCH] Use .NET Core 3.0 final SDK on Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 707a6de24..3c1755b9a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,7 +39,7 @@ jobs: - task: DotNetCoreInstaller@0 inputs: - version: '3.0.100-preview9-014004' + version: '3.0.100' - powershell: .\BuildTools\pipelines-install.ps1 displayName: Install