Skip to content

Commit

Permalink
update yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
icsharp committed Nov 29, 2016
1 parent 6960110 commit 4ae4d99
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion appveyor.yml
Expand Up @@ -2,4 +2,9 @@ version: 1.0.{build}
before_build:
- cmd: dotnet restore
build:
verbosity: minimal
verbosity: minimal
test_script:
- cmd: >-
cd test\Hangfire.RecurringJobExtensions.Tests
dotnet test

0 comments on commit 4ae4d99

Please sign in to comment.