Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Cake 2.0.0 #1008

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
matrix:
os: [
windows-latest,
ubuntu-latest,
ubuntu-20.04,
# Cake.Recipe currently does not support macOS 14 (M1) due to usage of Cake.Git.
macos-13]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-notes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
draft-stable:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

steps:
- name: Checkout the requested branch
Expand Down
8 changes: 4 additions & 4 deletions Source/Cake.Recipe/Content/addins.cake
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@
///////////////////////////////////////////////////////////////////////////////

#addin nuget:?package=Cake.Codecov&version=2.0.0
#addin nuget:?package=Cake.Coveralls&version=1.1.0
#addin nuget:?package=Cake.Coveralls&version=2.0.0
#addin nuget:?package=Cake.Coverlet&version=2.5.4
#addin nuget:?package=Portable.BouncyCastle&version=1.8.5
#addin nuget:?package=Cake.Email&version=2.0.0&loaddependencies=true
#addin nuget:?package=Cake.Incubator&version=7.0.0
#addin nuget:?package=Cake.Kudu&version=2.0.0
#addin nuget:?package=Cake.MicrosoftTeams&version=2.0.0
#addin nuget:?package=Cake.Slack&version=2.0.0
#addin nuget:?package=Cake.Transifex&version=1.0.1
#addin nuget:?package=Cake.Twitter&version=2.0.0
#addin nuget:?package=Cake.Transifex&version=2.0.0
#addin nuget:?package=Cake.Twitter&version=2.0.1
#addin nuget:?package=Cake.Wyam&version=2.2.13
#addin nuget:?package=Cake.Mastodon&version=1.1.0

#load nuget:?package=Cake.Issues.Recipe&version=1.3.4
#load nuget:?package=Cake.Issues.Recipe&version=2.0.0

Action<string, IDictionary<string, string>> RequireAddin = (code, envVars) => {
var script = MakeAbsolute(File(string.Format("./{0}.cake", Guid.NewGuid())));
Expand Down
2 changes: 1 addition & 1 deletion Source/Cake.Recipe/cake-version.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
TargetCakeVersion: 1.3.0
TargetCakeVersion: 2.0.0
TargetFrameworks: []
Loading