Skip to content

Commit f4188ae

Browse files
committed
Attempt to be even less smart about running vstest.console
1 parent 3cad0a9 commit f4188ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ for:
5252

5353
test_script:
5454
- OpenCover.Console.exe -register:user
55-
-target:"vstest.console"
56-
-targetargs:"/Logger:Appveyor .\RubberduckTests\bin\Release\RubberduckTests.dll /Enablecodecoverage /Platform:x64 /InIsolation"
55+
-target:"F:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow\vstest.console.exe"
56+
-targetargs:".\RubberduckTests\bin\Release\RubberduckTests.dll /Logger:Appveyor /Enablecodecoverage /Platform:x64 /InIsolation"
5757
-output:".\Rubberduck_Coverage.xml"
5858
- codecov -f "Rubberduck_Coverage.xml"
5959
artifacts:

0 commit comments

Comments
 (0)