Pull .NET Core 2.2.5 on Appveyor

#5179
This commit is contained in:
flightlevel 2019-05-16 19:12:45 +10:00
parent a12f573e80
commit a4ee8fee8d
1 changed files with 4 additions and 0 deletions

View File

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