File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "isRoot" : true ,
44 "tools" : {
55 "cake.tool" : {
6- "version" : " 1 .3.0" ,
6+ "version" : " 2 .3.0" ,
77 "commands" : [
88 " dotnet-cake"
99 ]
Original file line number Diff line number Diff line change 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
33Environment . 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-
2925Build . RunDotNetCore ( ) ;
You can’t perform that action at this time.
0 commit comments