From a14bec6286a6502ab701a3775d50a663dafcd762 Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Mon, 8 Jun 2026 16:29:47 +0100 Subject: [PATCH] Disable Azure deployments Do not create a GitHub deployment when the Azure environment is used to sign the NuGet packages. --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aa5d932f58c..dcd198c5f7d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -215,6 +215,7 @@ jobs: environment: name: Azure + deployment: false permissions: id-token: write