mirror of
https://github.com/SabreTools/MPF.git
synced 2026-02-09 05:35:27 +00:00
[Process Enhancement] GitHub Workflows #588
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Aug 14, 2023).
Originally assigned to: @mnadareski on GitHub.
Create a GitHub workflow to start transitioning away from requiring AppVeyor only. Possibly go toward a rolling-release model for WIP builds at the very least.
@mnadareski commented on GitHub (Oct 11, 2023):
https://docs.github.com/en/actions/using-workflows
https://learn.microsoft.com/en-us/dotnet/devops/github-actions-overview
https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-net
@mnadareski commented on GitHub (Feb 23, 2024):
I'm calling this complete since the templates are there for CI and we can build up to CD. Thanks @Deterous !