File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,18 @@ BuildParameters.SetParameters(
16
16
appVeyorAccountName : "BBTSoftwareAG" ,
17
17
shouldPublishMyGet : false ,
18
18
shouldRunCodecov : true ,
19
- shouldDeployGraphDocumentation : false ) ;
19
+ shouldDeployGraphDocumentation : false ,
20
+ shouldRunDupFinder : false ) ;
20
21
21
22
BuildParameters . PrintParameters ( Context ) ;
22
23
23
- ToolSettings . SetToolSettings (
24
- context : Context ,
25
- dupFinderExcludePattern : new string [ ] { BuildParameters . RootDirectoryPath + "/src/BBT.StructureTools.Tests/*.cs" } ,
26
- testCoverageFilter : "+[*]* -[xunit.*]* -[*.Tests]* -[Shouldly]*" ,
27
- testCoverageExcludeByAttribute : "*.ExcludeFromCodeCoverage*" ,
28
- testCoverageExcludeByFile : "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs" ) ;
24
+ // ToDo https://github.com/bbtsoftware/BBT.StructureTools/issues/4
25
+ // ToolSettings.SetToolSettings(
26
+ // context: Context,
27
+ // dupFinderExcludePattern: new string[] { BuildParameters.RootDirectoryPath + "/src/BBT.StructureTools.Tests/*.cs" },
28
+ // testCoverageFilter: "+[*]* -[xunit.*]* -[*.Tests]* -[Shouldly]*",
29
+ // testCoverageExcludeByAttribute: "*.ExcludeFromCodeCoverage*",
30
+ // testCoverageExcludeByFile: "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs");
29
31
30
32
//////////////////////////////////////////////////////////////////////
31
33
// EXECUTION
You can’t perform that action at this time.
0 commit comments