Skip to content

Commit 5caebef

Browse files
committed
Updating Cake
1 parent 8f6bde1 commit 5caebef

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

AzurePipelines.TestLogger.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{B8315F74-E
1616
.gitignore = .gitignore
1717
azure-pipelines.yml = azure-pipelines.yml
1818
build.cake = build.cake
19+
build.ps1 = build.ps1
1920
daveaglick.ruleset = daveaglick.ruleset
2021
Directory.Build.props = Directory.Build.props
2122
LICENSE = LICENSE

build.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Param
22
(
3-
[String]$CakeVersion = "0.29.0",
3+
[String]$CakeVersion = "0.30.0",
44
[String]$ToolsDir = "$PSScriptRoot/tools",
55
[String]$ToolsProj = "$ToolsDir/build.csproj",
66
[String]$BuildFile = "$PSScriptRoot/build.cake",

0 commit comments

Comments
 (0)