Skip to content

Commit 8bc7158

Browse files
committed
(#143) Pin to correct Cake version
And also update to latest Cake.Recipe
1 parent 71ea724 commit 8bc7158

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
script-path: recipe.cake
3939
target: CI
4040
verbosity: Normal
41-
cake-version: 1.1.0
41+
cake-version: 0.38.5
4242
cake-bootstrap: true
4343

4444
- name: Upload Issues-Report

recipe.cake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#load nuget:?package=Cake.Recipe&version=2.1.0
1+
#load nuget:?package=Cake.Recipe&version=2.2.1
22
#tool dotnet:?package=dotnet-t4&version=2.0.5
33

44
Environment.SetVariableNames(githubTokenVariable: "GITTOOLS_GITHUB_TOKEN");

0 commit comments

Comments
 (0)