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 cake to version 2.0.0 #1060

Merged
merged 1 commit into from
Dec 30, 2021
Merged

Upgrade cake to version 2.0.0 #1060

merged 1 commit into from
Dec 30, 2021

Conversation

CharliePoole
Copy link
Collaborator

Fixes #1059

@CharliePoole CharliePoole requested a review from a team December 29, 2021 00:41
Copy link
Member

@mikkelbu mikkelbu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should also update azure-pipelines.yml to use the new format for the pipeline to pass.

BUILDING.md also need updating (and perhaps more places, but I'm on my phone, so searching is not optimal. I can make a better search tomorrow)

@CharliePoole
Copy link
Collaborator Author

Looks like I may have broken something by changing Package so it depends on Build. The Windows job on Azure first builds and tests, then publishes test results and finally re-runs the script to do packaging. I may need to add a "PackageOnly" target.

@CharliePoole
Copy link
Collaborator Author

The Package target continues to depend on Build, to prevent accidentally building the wrong stuff, particularly when used locally. To avoid a build, you have to use the PackageExistingBuild target.

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.

Upgrade Cake to 2.0.0 and use Cake.Tool so we can build on all platforms
3 participants