File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
Environment . SetVariableNames( ) ;
4
4
5
- BuildParameters . SetParameters ( context : Context ,
5
+ BuildParameters . SetParameters ( context : Context ,
6
6
buildSystem : BuildSystem ,
7
7
sourceDirectoryPath : "./Source" ,
8
8
title : "GitReleaseManager" ,
9
9
repositoryOwner : "GitTools" ,
10
10
repositoryName : "GitReleaseManager" ,
11
11
appVeyorAccountName : "GitTools" ,
12
- testFilePattern : "/**/*.Tests.dll" ) ;
12
+ testFilePattern : "/**/*.Tests.dll" ,
13
+ shouldRunGitVersion : true ) ;
13
14
14
15
BuildParameters . PrintParameters ( Context ) ;
15
16
16
17
ToolSettings . SetToolSettings ( context : Context ,
17
- dupFinderExcludePattern : new string [ ] {
18
+ dupFinderExcludePattern : new string [ ] {
18
19
BuildParameters . RootDirectoryPath + "/Source/GitReleaseManager.Tests/*.cs" } ,
19
20
testCoverageFilter : "+[*]* -[xunit.*]* -[Cake.Core]* -[Cake.Testing]* -[*.Tests]* -[Octokit]* -[YamlDotNet]*" ,
20
21
testCoverageExcludeByAttribute : "*.ExcludeFromCodeCoverage*" ,
21
22
testCoverageExcludeByFile : "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs" ) ;
22
- Build . Run ( ) ;
23
+ Build . Run ( ) ;
You can’t perform that action at this time.
0 commit comments