Skip to content

Commit

Permalink
chore(CI): use netcoreapp2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Aug 15, 2019
1 parent cd50a83 commit ef6ed8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ test_script:

after_test:
# Generate coverage report
- dotnet test -c %CONFIGURATION% -f netcoreapp2.1 --no-build --no-restore test /p:CollectCoverage=true
- dotnet test -c %CONFIGURATION% -f netcoreapp2.2 --no-build --no-restore test /p:CollectCoverage=true
- choco install codecov -y
- codecov -f "test/coverage.opencover.xml"
- dotnet tool install --global coveralls.net --version 1.0.0
Expand Down

0 comments on commit ef6ed8a

Please sign in to comment.