We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ea724 commit 8bc7158Copy full SHA for 8bc7158
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
script-path: recipe.cake
39
target: CI
40
verbosity: Normal
41
- cake-version: 1.1.0
+ cake-version: 0.38.5
42
cake-bootstrap: true
43
44
- name: Upload Issues-Report
recipe.cake
@@ -1,4 +1,4 @@
1
-#load nuget:?package=Cake.Recipe&version=2.1.0
+#load nuget:?package=Cake.Recipe&version=2.2.1
2
#tool dotnet:?package=dotnet-t4&version=2.0.5
3
4
Environment.SetVariableNames(githubTokenVariable: "GITTOOLS_GITHUB_TOKEN");
0 commit comments