From ef81b38f08329f96770aa4d109250fa211fe0d3e 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 fbb7ead18..c436bc965 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