We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05dff73 commit 06316f1Copy full SHA for 06316f1
.config/dotnet-tools.json
@@ -3,7 +3,7 @@
3
"isRoot": true,
4
"tools": {
5
"cake.tool": {
6
- "version": "4.2.0",
+ "version": "5.0.0",
7
"commands": [
8
"dotnet-cake"
9
]
Dockerfile
@@ -30,7 +30,7 @@ EOF
30
# renovate: datasource=nuget depName=cake.tool
31
RUN <<EOF
32
set -ex
33
- version=4.2.0
+ version=5.0.0
34
dotnet tool install cake.tool --version $version --tool-path /tools
35
dotnet nuget locals all --clear
36
chmod 755 /tools/dotnet-cake
0 commit comments