From 67013abca4bc8e56f52a2c75b7f284682c189390 Mon Sep 17 00:00:00 2001 From: Ryan Newington Date: Sun, 30 Aug 2026 09:37:48 +1000 Subject: [PATCH] Revert "Skip release stages for pull request builds" This reverts commit 4d20fa9d4391d4775c002645a086bfc6d7051893. --- azure-pipelines.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f8ed43e..7a6b4d2 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -164,9 +164,6 @@ stages: - stage: build_provider displayName: Build credential provider dependsOn: test_provider - # Pull request builds validate every target framework in test_provider. Release - # stages require signing secrets and can publish packages and GitHub releases. - condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest')) jobs: - job: "build_provider_job" steps: