Conversation
Closed
ad8909b to
fdb73f5
Compare
4a9dc72 to
71db91e
Compare
This comment was marked as outdated.
This comment was marked as outdated.
6399f44 to
821ffd1
Compare
c40265e to
2813803
Compare
Signed-off-by: Lamparter <71598437+Lamparter@users.noreply.github.com>
2813803 to
3b89b7a
Compare
Owner
Author
|
CI works! |
Owner
Author
|
The main thing is the CD: it should be similar to the Files UI controls CD
Problem with this is that there is an ORDER that the packages must be published in, and it will take time for each package to be reviewed by the Nuget server. |
There was a problem hiding this comment.
PR Overview
This PR adds CI and CD workflows to CubeKit to automate the build, test, and deployment processes.
- Introduces a CD workflow that builds, packages, and publishes CubeKit to NuGet.
- Introduces a CI workflow that validates formatting (with XAML Styler) and builds multiple project configurations and targets.
Reviewed Changes
| File | Description |
|---|---|
| .github/workflows/cd.yml | Adds a CD workflow for building, packing, and publishing CubeKit |
| .github/workflows/ci.yml | Adds a CI workflow for formatting checks and multi-configuration builds |
Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.
[skip ci]
Thanks to Arlo for mentioning this! Co-authored-by: Arlo <9384894+Arlodotexe@users.noreply.github.com>
Owner
Author
|
Everything works and is finished |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Resolved / Related Issues
Adds a CI workflow to CubeKit