Skip to content

Commit

Permalink
--framework net47 --
Browse files Browse the repository at this point in the history
  • Loading branch information
ENikS committed Jan 13, 2018
1 parent e674238 commit cd78088
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 @@ -22,7 +22,7 @@ after_build:
- choco install codecov

test_script:
- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test --framework net47 --verbosity q"
- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test --verbosity q"

after_test:
- codecov -f "results.xml"
Expand Down

0 comments on commit cd78088

Please sign in to comment.