Skip to content

Custom GitHub steps & Added secondary platforms for AOT tool#264

Merged
DecSmith42 merged 6 commits intomainfrom
feature/github-custom-steps
Jan 14, 2026
Merged

Custom GitHub steps & Added secondary platforms for AOT tool#264
DecSmith42 merged 6 commits intomainfrom
feature/github-custom-steps

Conversation

@DecSmith42
Copy link
Owner

No description provided.

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`.
Copilot AI review requested due to automatic review settings January 14, 2026 06:22
@DecSmith42 DecSmith42 enabled auto-merge January 14, 2026 06:23
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments