File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 3
3
"isRoot" : true ,
4
4
"tools" : {
5
5
"cake.tool" : {
6
- "version" : " 1 .3.0" ,
6
+ "version" : " 2 .3.0" ,
7
7
"commands" : [
8
8
" dotnet-cake"
9
9
]
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
2
2
3
3
Environment . SetVariableNames( ) ;
4
4
@@ -10,7 +10,6 @@ BuildParameters.SetParameters(
10
10
repositoryOwner : "cake-contrib" ,
11
11
repositoryName : "Cake.AzureDevOps" ,
12
12
appVeyorAccountName : "cakecontrib" ,
13
- shouldCalculateVersion : true ,
14
13
shouldGenerateDocumentation : false , // Fails to restore tool on AppVeyor
15
14
shouldRunCoveralls : false , // Fails to restore tool on AppVeyor
16
15
shouldRunCodecov : false ) ; // Fails to restore tool on AppVeyor
@@ -23,7 +22,4 @@ ToolSettings.SetToolSettings(
23
22
testCoverageExcludeByAttribute : "*.ExcludeFromCodeCoverage*" ,
24
23
testCoverageExcludeByFile : "*/*Designer.cs;*/*.g.cs;*/*.g.i.cs" ) ;
25
24
26
- // Disable Upload-Coveralls-Report task since it fails to install the tool on AppVeyor
27
- BuildParameters . Tasks . UploadCoverallsReportTask . WithCriteria ( ( ) => false ) ;
28
-
29
25
Build . RunDotNetCore ( ) ;
You can’t perform that action at this time.
0 commit comments