Skip to content

Commit

Permalink
updated appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Olman62 committed Aug 15, 2018
1 parent e6d38bc commit f0d5748
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image: Visual Studio 2015

before_build:
- nuget restore
- choco install opencover.portable
configuration: Debug
platform: Any CPU
build:
Expand All @@ -10,7 +10,7 @@ build:
assembly_info:
patch: true
after_test:
- packages\OpenCover.4.6.166\tools\OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\MSTest.exe" -targetargs:"/testcontainer:"".\Route4MeSDKUnitTest\bin\Debug\Route4MeSDKUnitTest.dll"
- OpenCover.Console.exe -register:user -target:"C:\Program Files (x86)\Microsoft Visual Studio 14.0\Common7\IDE\MSTest.exe" -targetargs:"/testcontainer:"".\Route4MeSDKUnitTest\bin\Debug\Route4MeSDKUnitTest.dll"
-output:".\Route4MeSDKUnitTest_coverage.xml"


0 comments on commit f0d5748

Please sign in to comment.