Use newer ort-genai nightly in foundry-local ci build - #1063
Merged
Baiju Meswani (baijumeswani) merged 1 commit intoSep 4, 2026
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Copilot started reviewing on behalf of
Baiju Meswani (baijumeswani)
September 2, 2026 06:25
View session
Contributor
There was a problem hiding this comment.
🟡 Changes recommended
Windows prefetch is broken by an undefined feed variable, and the unconditional nightly pin affects release packages.
Once you've addressed the issues Copilot identified, you can request another Copilot review.
Pull request overview
Updates CI to consume a newer ORT GenAI nightly package and route prerelease restores to ORT-Nightly.
Changes:
- Pins ORT GenAI
0.16.0-dev1001393852. - Adds nightly-feed support across native, C#, and Rust builds.
- Allows prerelease GenAI to override the stable dependency manifest.
File summaries
| File | Description |
|---|---|
sdk_v2/cpp/cmake/FindOnnxRuntimeGenAI.cmake |
Recognizes the new dev version format. |
.pipelines/v2/templates/steps-test-cs.yml |
Adds ORT-Nightly for C# tests. |
.pipelines/v2/templates/steps-prefetch-nuget.yml |
Routes prerelease GenAI downloads to ORT-Nightly. |
.pipelines/v2/templates/steps-build-rust.yml |
Downloads prerelease GenAI for Rust tests. |
.pipelines/v2/templates/steps-build-cs.yml |
Adds ORT-Nightly for C# builds. |
.pipelines/v2/templates/stages-cs.yml |
Enables nightly restore in package validation. |
.pipelines/foundry-local-packaging.yml |
Pins the newer GenAI nightly version. |
Review details
- Files reviewed: 4/4 changed files
- Comments generated: 6
- Review effort level: Balanced
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Baiju Meswani (baijumeswani)
force-pushed
the
baijumeswani/update-genai-nightly
branch
from
September 3, 2026 23:20
2583ecc to
58d510c
Compare
Restore native dependencies through the authenticated Foundry feed, keep release packages on stable pins, and reuse native artifacts for Rust validation. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 1ceef6a0-1059-4614-a5b4-8d115a78f862
Baiju Meswani (baijumeswani)
force-pushed
the
baijumeswani/update-genai-nightly
branch
from
September 4, 2026 00:08
58d510c to
f44850e
Compare
bmehta001
approved these changes
Sep 4, 2026
Baiju Meswani (baijumeswani)
deleted the
baijumeswani/update-genai-nightly
branch
September 4, 2026 02:23
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.
New API in ort-genai needs to be propagated to foundry-local ci pipeline so that dev work with the new api can begin.