Skip to content

Commit

Permalink
Update Window CI config to install .NET Core 2.1 + 3.1 runtimes
Browse files Browse the repository at this point in the history
  • Loading branch information
atifaziz committed Dec 26, 2020
1 parent 3ac72d6 commit 76da019
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ install:
- eclint check -w "**/*.{cs,tt,cmd,sh,md,txt,yml,json,sln,csproj,shfbproj}"
- git reset --hard
- ps: tools\dotnet-install.ps1 -JSonFile global.json
- ps: tools\dotnet-install.ps1 -Runtime dotnet -Version 3.1.10 -SkipNonVersionedFiles
- ps: tools\dotnet-install.ps1 -Runtime dotnet -Version 2.1.23 -SkipNonVersionedFiles
before_build:
- dotnet --info
build_script:
Expand Down

0 comments on commit 76da019

Please sign in to comment.