Fix GitHub release service connection - #1813
Merged
Jevan Saks (jevansaks) merged 3 commits intoSep 3, 2026
Merged
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: acaaff1c-07c7-4c54-a135-37a2b5cc1f16
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: acaaff1c-07c7-4c54-a135-37a2b5cc1f16
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: acaaff1c-07c7-4c54-a135-37a2b5cc1f16
Jevan Saks (jevansaks)
marked this pull request as ready for review
September 3, 2026 20:43
Jevan Saks (jevansaks)
enabled auto-merge (squash)
September 3, 2026 20:43
Jon Wiswall (jonwis)
approved these changes
Sep 3, 2026
Jevan Saks (jevansaks)
deleted the
user/jevansa/fix-release-github-connection
branch
September 3, 2026 21:28
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.
Summary
AArnottGitHub connection togithub.com_jevansaksDiagnosis
The last three release runs failed in
GitHubRelease@1while creating the release withError: Not Found. The target commits existed, and the connection could read public release and commit data, but it could not create releases.A diagnostic run using
github.com_jevansakssuccessfully created thev0.3.333draft release. The diagnostic pipeline's overall result is failed only because NuGet correctly rejected republishing the already-existing0.3.333package.Diagnostic build: https://devdiv.visualstudio.com/DevDiv/_build/results?buildId=15202077
Draft release: https://github.com/microsoft/CsWin32/releases/tag/untagged-ba220eb6b8235989a129
github.com_jevansaksis also OAuth-based. This fixes the immediate failure, but the service connection should eventually be migrated to the Azure Pipelines GitHub App for improved reliability.