feat(xtask): consolidate CI workflows onto xtask helpers - #542
Merged
Anand Krishnamoorthi (anakrish) merged 1 commit intoJan 27, 2026
Merged
Conversation
Anand Krishnamoorthi (anakrish)
force-pushed
the
bindings-xtasks
branch
14 times, most recently
from
January 17, 2026 23:41
90f21f1 to
a059561
Compare
Anand Krishnamoorthi (anakrish)
marked this pull request as ready for review
January 18, 2026 00:14
Anand Krishnamoorthi (anakrish)
requested review from
Denis Komissarov (dekomissMSFT) and
David Pokluda (dpokluda)
January 18, 2026 00:15
Anand Krishnamoorthi (anakrish)
force-pushed
the
bindings-xtasks
branch
2 times, most recently
from
January 23, 2026 02:13
65912fe to
380a27c
Compare
Denis Komissarov (dekomissMSFT)
previously approved these changes
Jan 23, 2026
Denis Komissarov (dekomissMSFT)
left a comment
Collaborator
There was a problem hiding this comment.
![]()
Anand Krishnamoorthi (anakrish)
force-pushed
the
bindings-xtasks
branch
from
January 24, 2026 02:52
380a27c to
e9a4f18
Compare
- split the xtask crate into structured modules for - bindings - ci - dev - util - no-std - Adding commands for - ci-release/ci-debug - MUSL/no-std - per- binding language smoke tests - developer tasks (fmt, clippy, pre-commit, pre-push) - refresh Cargo manifests/locks, binding readmes, and shared FFI helpers so every binding reuses the same preparation steps - refactor GitHub Actions (release/debug, extensions, CodeQL, clippy, bindings) to call the new xtask commands - Use rust-cache in ci workflows (microsoft qdk also does this) - extend README with a contributor workflow section describing how xtask mirrors CI expectations - update pre-commit and pre-push hooks to use the xtask dev commands WORKAROUND: When dotnet is run from an xtask, codeql tracer intercepts it an routes to a nonexistent binary. Therefore in codeql workflow, xtask is not used for c# and instead dotnet is directly invoked. Tracked by microsoft#545 closes microsoft#475 Signed-off-by: Anand Krishnamoorthi <anakrish@microsoft.com>
Anand Krishnamoorthi (anakrish)
force-pushed
the
bindings-xtasks
branch
from
January 24, 2026 03:35
e9a4f18 to
fea97f4
Compare
Anand Krishnamoorthi (anakrish)
requested a review
from Denis Komissarov (dekomissMSFT)
January 26, 2026 16:07
Denis Komissarov (dekomissMSFT)
approved these changes
Jan 26, 2026
Anand Krishnamoorthi (anakrish)
merged commit Jan 27, 2026
e68e852
into
microsoft:main
41 checks passed
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.
WORKAROUND:
When dotnet is run from an xtask, codeql tracer intercepts it an routes to a nonexistent binary.
Therefore in codeql workflow, xtask is not used for c# and instead dotnet is directly invoked.
Tracked by #545
closes #475