Add Azure pipelines integration#1081
Open
Koi-3088 wants to merge 1 commit intoPokemonAutomation:mainfrom
Open
Conversation
…l OS, uploads debug symbols, updates `LatestVersion.json`, `Telemetry.json`, publishes GitHub releases, and notifies on Discord ("Release" posts to the release channel, "Beta" posts to the beta channel).
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.
Add a self-hosted Azure Pipelines layout that builds the internal repo for Windows x64, Ubuntu x64, MacOS ARM64, MacOS x64, uploads debug symbols, updates
LatestVersion.json,Telemetry.json, publishes GitHub releases, and posts on Discord ("Release" posts to the release channel, "Beta" posts to the beta channel).If PR is accepted, a pipeline will first need to be set up in Azure DevOps (.yml files required during creation for the target repo).
Workflow would be (assuming access):
Packages/Internalrepos if needed.ChangeLog.mdfile in theComputerControlrepo..jsonfiles are updated, GitHub release is published with build artifacts attached, and relevant Discord channels are notified.Includes currently commented out or unused wake/sleep steps because
WakeOnLANis a bit questionable on Windows 11, and to be fully implemented at a later date.