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.*'