Skip to content

fix: use dotnet10 feed for Windows release restore#554

Merged
StuartFerguson merged 1 commit intomainfrom
copilot/fix-windows-release-workflow-again
Apr 24, 2026
Merged

fix: use dotnet10 feed for Windows release restore#554
StuartFerguson merged 1 commit intomainfrom
copilot/fix-windows-release-workflow-again

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 24, 2026

The Windows release workflow restore step referenced the dotnet6 Azure dnceng feed, which doesn't carry .NET 10 runtime packs. Because the restore explicitly passes -r win-x64, NuGet must resolve Windows-specific runtime packages — and fails when they're absent from the feed. The Android workflow omits the -r flag, so it never needs those packs at restore time and silently succeeds with the stale URL.

Change

  • .github/workflows/release_windows.yml — replace dotnet6 with dotnet10 in the dnceng Azure Artifacts feed URL on the Restore packages step:
- --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet6/nuget/v3/index.json
+ --source https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet10/nuget/v3/index.json

@codacy-production
Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@StuartFerguson StuartFerguson marked this pull request as ready for review April 24, 2026 06:34
@StuartFerguson StuartFerguson merged commit 57533a4 into main Apr 24, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants