From eb6c720542dc75b69ac3908699ab6e139ecc79b1 Mon Sep 17 00:00:00 2001 From: Jevan Saks Date: Thu, 3 Sep 2026 10:57:15 -0700 Subject: [PATCH 1/3] Use current GitHub service connection for releases Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: acaaff1c-07c7-4c54-a135-37a2b5cc1f16 --- azure-pipelines/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines/release.yml b/azure-pipelines/release.yml index 3a127c97..226e2af6 100644 --- a/azure-pipelines/release.yml +++ b/azure-pipelines/release.yml @@ -79,7 +79,7 @@ extends: - task: GitHubRelease@1 displayName: 📢 GitHub release (create) inputs: - gitHubConnection: AArnott + gitHubConnection: github.com_jevansaks repositoryName: $(Build.Repository.Name) target: $(resources.pipeline.CI.sourceCommit) tagSource: userSpecifiedTag From e2307b7b875d1a97398396c072abda390aaddddd Mon Sep 17 00:00:00 2001 From: Jevan Saks Date: Thu, 3 Sep 2026 11:08:31 -0700 Subject: [PATCH 2/3] Temporarily run GitHub release after diagnostic conflict Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: acaaff1c-07c7-4c54-a135-37a2b5cc1f16 --- azure-pipelines/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines/release.yml b/azure-pipelines/release.yml index 226e2af6..b9b13dac 100644 --- a/azure-pipelines/release.yml +++ b/azure-pipelines/release.yml @@ -53,6 +53,7 @@ extends: - job: github displayName: 📢 GitHub release dependsOn: nuget + condition: succeededOrFailed() pool: name: AzurePipelines-EO demands: From 361ceab953f57ee43e23f8eee4ceb4315efe3cd7 Mon Sep 17 00:00:00 2001 From: Jevan Saks Date: Thu, 3 Sep 2026 11:08:59 -0700 Subject: [PATCH 3/3] Remove diagnostic release condition Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: acaaff1c-07c7-4c54-a135-37a2b5cc1f16 --- azure-pipelines/release.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/azure-pipelines/release.yml b/azure-pipelines/release.yml index b9b13dac..226e2af6 100644 --- a/azure-pipelines/release.yml +++ b/azure-pipelines/release.yml @@ -53,7 +53,6 @@ extends: - job: github displayName: 📢 GitHub release dependsOn: nuget - condition: succeededOrFailed() pool: name: AzurePipelines-EO demands: