Skip to content

Commit

Permalink
Upgrade to Cake 2.2.0, upgrade to .net SDK 6.0.202, upgrade nuget pac…
Browse files Browse the repository at this point in the history
…kage references in build script
  • Loading branch information
Jericho committed Apr 17, 2022
1 parent d41a1e5 commit 82c9944
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .config/dotnet-tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
"version": "2.1.0",
"version": "2.2.0",
"commands": [
"dotnet-cake"
]
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ __pycache__/
*.pyc

# Cake
.cake/**
tools/**
BuildArtifacts/

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ branches:

# Build cache
cache:
- tools -> build.cake
- .cake -> build.cake

# Environment configuration
image:
Expand Down
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// Install tools.
#tool dotnet:?package=GitVersion.Tool&version=5.9.0
#tool dotnet:?package=GitVersion.Tool&version=5.10.1
#tool dotnet:?package=coveralls.net&version=3.0.0
#tool nuget:?package=GitReleaseManager&version=0.13.0
#tool nuget:?package=ReportGenerator&version=5.1.3
#tool nuget:?package=ReportGenerator&version=5.1.4
#tool nuget:?package=xunit.runner.console&version=2.4.1
#tool nuget:?package=Codecov&version=1.13.0

Expand Down
10 changes: 10 additions & 0 deletions cake.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
; The configuration file for Cake.

[Nuget]
LoadDependencies=true

[Paths]
Tools=./.cake

[Settings]
EnableScriptCache=true
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "6.0.201",
"version": "6.0.202",
"rollForward": "latestFeature"
}
}

0 comments on commit 82c9944

Please sign in to comment.