From a4ee8fee8df423f8f158b4dc046057d96c3aa408 Mon Sep 17 00:00:00 2001 From: flightlevel Date: Thu, 16 May 2019 19:12:45 +1000 Subject: [PATCH] Pull .NET Core 2.2.5 on Appveyor #5179 --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 4844b80ff..15c3265a7 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,6 +6,10 @@ image: environment: APPVEYOR_YML_DISABLE_PS_LINUX: true configuration: Release +install: + #Remove once .NET Core 2.2.5 is deployed to Appveyor + - sh: sudo apt-get update + - sh: sudo apt-get -y install dotnet-sdk-2.2 assembly_info: patch: true file: '**\AssemblyInfo.*'