Remove incorrect display name (#303)

This commit is contained in:
Kamron Batman 2020-11-07 21:52:38 -08:00 committed by GitHub
parent 03f7398655
commit b0c1076cb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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