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 b9e0bd6 commit cb5d495Copy full SHA for cb5d495
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.*]*" `
+ "-filter:+[LibGit2Sharp]* -[LibGit2Sharp.Tests]*" `
128
-hideskipped:All `
129
-output:opencoverCoverage.xml
130
}
0 commit comments