Skip to content

Commit f94fb00

Browse files
committed
(build) Switch to using dotnet cli for build
1 parent 329445a commit f94fb00

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

recipe.cake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ BuildParameters.SetParameters(context: Context,
1010
repositoryOwner: "GitTools",
1111
repositoryName: "GitReleaseManager",
1212
appVeyorAccountName: "GitTools",
13-
testFilePattern: "/**/*.Tests.dll",
1413
shouldRunGitVersion: true);
1514

1615
BuildParameters.PrintParameters(Context);
@@ -21,4 +20,4 @@ ToolSettings.SetToolSettings(context: Context,
2120
testCoverageFilter: "+[*]* -[xunit.*]* -[Cake.Core]* -[Cake.Testing]* -[*.Tests]* -[Octokit]* -[YamlDotNet]* -[AlphaFS]* -[ApprovalTests]* -[ApprovalUtilities]*",
2221
testCoverageExcludeByAttribute: "*.ExcludeFromCodeCoverage*",
2322
testCoverageExcludeByFile: "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs");
24-
Build.Run();
23+
Build.RunDotNetCore();

0 commit comments

Comments
 (0)