Skip to content

Commit

Permalink
Run unit tests on appveyor against netcore
Browse files Browse the repository at this point in the history
  • Loading branch information
odinserj committed Jul 18, 2016
1 parent bfa28f8 commit 2c43adf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,13 @@ cache:
# build configuration #
#---------------------------------#

before_build:
- dotnet restore

# to run your custom scripts instead of automatic MSBuild
build_script: build.bat pack
build_script:
- build.bat pack
- dotnet test tests/Hangfire.Core.Tests

after_build:
- packages\coveralls.io.1.3.4\tools\coveralls.net --opencover coverage.xml
Expand Down

0 comments on commit 2c43adf

Please sign in to comment.