We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 943a9ca commit c72e5aeCopy full SHA for c72e5ae
appveyor.yml
@@ -124,7 +124,7 @@ test_script:
124
-register:user `
125
-target:$Env:xunit_runner `
126
"-targetargs:""$Env:APPVEYOR_BUILD_FOLDER\LibGit2Sharp.Tests\bin\Release\LibGit2Sharp.Tests.dll"" /noshadow /appveyor" `
127
- -filter:"+[LibGit2Sharp.*]* -[LibGit2Sharp.Tests.*]*" -output:opencoverCoverage.xml
+ "-filter:+[LibGit2Sharp.*]* -[LibGit2Sharp.Tests.*]*" -output:opencoverCoverage.xml
128
}
129
Else
130
{
0 commit comments