From b0c1076cb5e1b4f634c0166ce8270e1740cda653 Mon Sep 17 00:00:00 2001 From: Kamron Batman <3953314+kamronbatman@users.noreply.github.com> Date: Sat, 7 Nov 2020 21:52:38 -0800 Subject: [PATCH] Remove incorrect display name (#303) --- azure-pipelines.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index db27dcbfb..7ddc4327c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -72,7 +72,6 @@ jobs: packageType: sdk version: '5.0.100-rc.2.20479.15' - task: NuGetAuthenticate@0 - displayName: Install OpenSSL 1.0 for CentOS 8 - script: dotnet restore --force-evaluate --source https://api.nuget.org/v3/index.json displayName: 'Restore NuGet Packages' - script: dotnet build -r $(os) -c $(buildConfiguration) -f net5.0 --no-restore Projects/Server/Server.csproj