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 3418b51 commit c4f1b79Copy full SHA for c4f1b79
build.cake
@@ -90,8 +90,7 @@ Task("Test (Coverage)")
90
WorkingDirectory = testProject.GetDirectory(),
91
EnvironmentVariables = GitVersionEnvironmentVariables,
92
}
93
- .WithFilter("+:JsonRpc")
94
- .WithFilter("+:Lsp")
+ .WithFilter("+:OmniSharp.*")
95
);
96
})
97
.Finally(() => {
0 commit comments