Custom GitHub steps & Added secondary platforms for AOT tool#264
Merged
DecSmith42 merged 6 commits intomainfrom Jan 14, 2026
Merged
Custom GitHub steps & Added secondary platforms for AOT tool#264DecSmith42 merged 6 commits intomainfrom
DecSmith42 merged 6 commits intomainfrom
Conversation
Introduced a mechanism to define and generate custom pre/post target steps in GitHub Workflows. Steps are ordered by priority, enhancing flexibility in workflow customization. Added tests to verify the correct generation of workflows.
Added workflows for Windows 11 ARM, Ubuntu 24.04 ARM, and MacOS 15 Intel platform. Updated test matrices across workflows to include these platforms and extended runtime identifiers in project files to support `win-arm64`, `linux-arm64`, and `osx-x64`.
Added methods to clear produced/consumed artifacts and variables for improved target management (`ProducesNoArtifacts`, `ConsumesNoArtifacts`, `ProducesNoVariables`, `ConsumesNoVariables`). Refactored workflow test matrices by consolidating supported platforms and streamlined `DevopsPlatformNames` usage. Introduced `PushToNugetDevops` with a refined dependency setup for DevOps targets.
Consolidated test workflow platform matrix by removing unused entries (Windows 11 ARM, Ubuntu 24.04 ARM, MacOS 15 Intel) and aligning target platforms to streamline configurations. Replaced `PlatformNames` with `DevopsPlatformNames` for consistency across build targets.
Added support to synchronize the Atom tool version with the library's SemVer assembly version when creating workflows. Updated `AddNugetFeedsStep` to include a `SyncAtomToolVersionToLibraryVersion` flag and adjusted `GithubWorkflowWriter` to conditionally apply the version during tool execution. Enhanced error handling for invalid version parsing.
This was referenced Feb 12, 2026
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.
No description provided.