File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -90,15 +90,15 @@ test_script:
90
90
{
91
91
.\packages\OpenCover\tools\OpenCover.Console.exe `
92
92
-register:user `
93
- "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.3.1 \tools\net452 \$runner""" `
93
+ "-target:""$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net461 \$runner""" `
94
94
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net461\LibGit2Sharp.Tests.dll"" -noshadow" `
95
95
"-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" `
96
96
-hideskipped:All `
97
97
-output:opencoverCoverage.xml
98
98
}
99
99
ElseIf ($Env:SHOULD_RUN_COVERITY_ANALYSIS -eq $False)
100
100
{
101
- & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.3.1 \tools\net452 \$runner" `
101
+ & "$Env:userprofile\.nuget\packages\xunit.runner.console\2.4.0 \tools\net461 \$runner" `
102
102
"$Env:APPVEYOR_BUILD_FOLDER\bin\LibGit2Sharp.Tests\Release\net461\LibGit2Sharp.Tests.dll" -noshadow
103
103
}
104
104
}
You can’t perform that action at this time.
0 commit comments