Skip to content

Commit fab62c1

Browse files
authored
Update to Cake.Recipe 4 Alpha (#501)
1 parent ab33ed9 commit fab62c1

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.config/dotnet-tools.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"isRoot": true,
44
"tools": {
55
"cake.tool": {
6-
"version": "1.3.0",
6+
"version": "2.3.0",
77
"commands": [
88
"dotnet-cake"
99
]

recipe.cake

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#load nuget:?package=Cake.Recipe&version=3.1.1
1+
#load nuget:https://pkgs.dev.azure.com/cake-contrib/Home/_packaging/addins/nuget/v3/index.json?package=Cake.Recipe&version=4.0.0-alpha0126
22

33
Environment.SetVariableNames();
44

@@ -10,7 +10,6 @@ BuildParameters.SetParameters(
1010
repositoryOwner: "cake-contrib",
1111
repositoryName: "Cake.AzureDevOps",
1212
appVeyorAccountName: "cakecontrib",
13-
shouldCalculateVersion: true,
1413
shouldGenerateDocumentation: false, // Fails to restore tool on AppVeyor
1514
shouldRunCoveralls: false, // Fails to restore tool on AppVeyor
1615
shouldRunCodecov: false); // Fails to restore tool on AppVeyor
@@ -23,7 +22,4 @@ ToolSettings.SetToolSettings(
2322
testCoverageExcludeByAttribute: "*.ExcludeFromCodeCoverage*",
2423
testCoverageExcludeByFile: "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs");
2524

26-
// Disable Upload-Coveralls-Report task since it fails to install the tool on AppVeyor
27-
BuildParameters.Tasks.UploadCoverallsReportTask.WithCriteria(() => false);
28-
2925
Build.RunDotNetCore();

0 commit comments

Comments
 (0)