This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Author's note: I know very little about Cake or this repository's CI, so please review thoroughly! 😁
Changes to fix the currently broken XC CI:
Updating Cake had a breaking change that no longer allows empty CLI arguments to be passed with
--foo="". It is now required to omit the equals sign.Errors when trying to run
build-manifest.cakefixed by removing methods 🤷♂️:build-manifest.cakefixed by updatingCake.XCode:13.2.1. We are building onmacos-11, which does not support XCode13.3.1.Note this PR will show as failed because CI is set up to use the
.cifiles frommain. Here is a build that actually uses the files from the PR: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=6282119.