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 b145cfb commit 041a0b7Copy full SHA for 041a0b7
AppVeyor.yml
@@ -4,7 +4,7 @@ environment:
4
PROJECT_BIN: 'bin\%PLATFORM%\%CONFIGURATION%\net45'
5
TEST_TOOL: '..\packages\OpenCover\4.7.922\tools\OpenCover.Console.exe'
6
TEST_ARGS: 'test --no-restore --no-build --logger:Appveyor'
7
- TEST_FILTERS: '+[Cube*]* -[*]*.NativeMethods -[*]*.Properties.* -[*]*.Program -[*]*Control'
+ TEST_FILTERS: '+[Cube*]* -[*]*.NativeMethods -[*]*.Properties.* -[*]*.Program -[*]*Form -[*]*Control'
8
TEST_COVERAGE: 'CoverResults.xml'
9
TEST_RESULTS: 'TestResults'
10
clone_folder: 'C:\Cube\%PROJECT_NAME%'
0 commit comments