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

feat: update generator to target cake.recipe 2.0 #485

Draft
wants to merge 5 commits into
base: next-major
Choose a base branch
from

Conversation

AdmiringWorm
Copy link
Member

This pull request makes the necessary changes to create a new addin project that targets the latest version of Cake.Recipe (as of this time, that is 2.0.1).

fixes #479

This commit update the recipe.cake template to use cake.recipe 2.0.1.
This allows new users to directly use the script without having to check
what is supported or not.
This commit replaces the old packages.config configuration file to the
new .net core tool manifest file. This changes the cake edition being
used from the .NET Full Framework edition to the .NET Core Tool instead.

BREAKING CHANGE: The packages.config file is no longer being created,
and instead a new .NET Core manifest file is being used.
This changes the cake edition being used from the
.NET Full Framework to the .NET Core Tool edition.
This commits updates the powershell and shellscript bootstrappers to use
the tool manifest and .NET Core instead of the old packages.config with
.NET Full Framework.
@AdmiringWorm AdmiringWorm changed the base branch from develop to next-major October 13, 2020 14:22
There are some changes that needed to be made to make the appveyor
generator compatible with the updated changes in Cake.Recipe 2.0. This
commit ensures these changes are made.
There are some changes that needed to be made to make the travis
generator compatible with the updated changes in Cake.Recipe 2.0. This
commit ensures these changes are made.
@sonarcloud
Copy link

sonarcloud bot commented Oct 13, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update generator templates to Cake.Recipe 2.0.0
1 participant