Skip to content

Use global.json SDK for the nightly publish jobs#723

Merged
tannergooding merged 1 commit into
dotnet:mainfrom
tannergooding:ci-use-global-json-for-publish
Jul 13, 2026
Merged

Use global.json SDK for the nightly publish jobs#723
tannergooding merged 1 commit into
dotnet:mainfrom
tannergooding:ci-use-global-json-for-publish

Conversation

@tannergooding

Copy link
Copy Markdown
Member

The two nightly publish jobs (publish-nightlies-azure and the currently-disabled publish-nightlies-github) pinned dotnet-version: '8.0.x', while every other job in the workflow resolves the SDK from global.json. This aligns them on the same single source of truth so the publish jobs can't silently drift from the version the rest of CI builds/packs with.

No behavioral risk -- these jobs only run dotnet nuget push, which works fine on the global.json SDK.

Note

This PR description was drafted by Copilot on my behalf.

The publish jobs pinned dotnet-version to 8.0.x while every other job resolves the SDK from global.json. Align them so the whole workflow uses a single source of truth.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@tannergooding
tannergooding merged commit 6b590fd into dotnet:main Jul 13, 2026
14 checks passed
@tannergooding
tannergooding deleted the ci-use-global-json-for-publish branch July 13, 2026 04:29
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