Skip to content

Commit

Permalink
Test netcoreapp2.1 on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ektrah committed Jun 3, 2018
1 parent dd3f167 commit ac7496e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ install:
build: off
skip_tags: true
test_script:
- dotnet test tests -c Debug -f netcoreapp2.0
- dotnet test tests -c Release -f netcoreapp2.0
- dotnet test tests -c Debug -f netcoreapp1.1
- dotnet test tests -c Release -f netcoreapp1.1
- dotnet test tests -c Debug
- dotnet test tests -c Release
after_test:
- dotnet pack -c Release
artifacts:
Expand Down

0 comments on commit ac7496e

Please sign in to comment.