Skip to content

Commit

Permalink
Merge pull request robinrodricks#231 from taoyouh/appveyor-failure
Browse files Browse the repository at this point in the history
Fix AppVeyor failure (AppVeyor recognized the two testing commands as one)
  • Loading branch information
robinrodricks authored Oct 11, 2017
2 parents bb2de25 + c945847 commit 6bb9820
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ after_build:
test_script:
- cmd: >-
dotnet test fluentftp.tests -f net452
dotnet test fluentftp.tests -f netcoreapp1.0
artifacts:
Expand Down

0 comments on commit 6bb9820

Please sign in to comment.