Skip to content

Commit

Permalink
Fix appveyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Beauchamp committed Feb 26, 2016
1 parent 7feafd2 commit 36161f6
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 @@ -13,7 +13,7 @@ environment:
secure: EFTW/YldlkfUPVuAZTbv09gYi8MtEbZ6WZ6AU23f5Bg9BuCPN8wMAZxvOzycWGvK

after_test:
- packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -filter:"+[Swashbuckle.OData]* -[Swashbuckle.OData]System.*" -target:"packages\NUnit.Runners.2.6.4\tools\nunit-console-x86.exe" -targetargs:"/noshadow /domain:single Swashbuckle.OData.Tests\bin\Debug\Swashbuckle.OData.Tests.dll" -output:coverage.xml
- packages\OpenCover.4.6.519\tools\OpenCover.Console.exe -register:user -filter:"+[Swashbuckle.OData]* -[Swashbuckle.OData]System.*" -target:"packages\NUnit.Runners.2.6.4\tools\nunit-console-x86.exe" -targetargs:"/noshadow /domain:single Swashbuckle.OData.Tests\bin\Debug\Swashbuckle.OData.Tests.dll" -output:coverage.xml
- packages\coveralls.io.1.3.4\tools\coveralls.net.exe --opencover coverage.xml

deploy:
Expand Down

0 comments on commit 36161f6

Please sign in to comment.