Skip to content

Commit

Permalink
Run .NET 5 tests on Appveyor (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
maca88 authored Nov 16, 2020
1 parent 578304e commit 3c2d40d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ environment:
matrix:
- Target: TestCore
ScriptArgs: '--netcoreVersion="3.1.200"'
- Target: TestCore
ScriptArgs: '--netcore="net5.0"'
- Target: TestCore
ScriptArgs: '--netcore="netcoreapp2.1" --netcoreVersion="2.2.100"'
- Target: Test
Expand All @@ -16,6 +18,9 @@ matrix:
- image: Visual Studio 2017
Target: TestCore
ScriptArgs: '--netcoreVersion="3.1.200"'
- image: Visual Studio 2017
Target: TestCore
ScriptArgs: '--netcore="net5.0"'
- image: Visual Studio 2017
Target: Test
- image: Visual Studio 2019
Expand Down

0 comments on commit 3c2d40d

Please sign in to comment.