From e466491a77586a2b0ae32728d2629c62bea69b6e Mon Sep 17 00:00:00 2001 From: Andy Jordan <2226434+andyleejordan@users.noreply.github.com> Date: Wed, 2 Apr 2025 12:02:41 -0700 Subject: [PATCH] Switch condition in OneBranch to just manual builds Otherwise it starts an attempt on completed merges. --- .pipelines/SecretManagement-Official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pipelines/SecretManagement-Official.yml b/.pipelines/SecretManagement-Official.yml index c1eb774..6334c7a 100644 --- a/.pipelines/SecretManagement-Official.yml +++ b/.pipelines/SecretManagement-Official.yml @@ -192,7 +192,7 @@ extends: nuGetFeedType: external publishFeedCredentials: PowerShellNuGetOrgPush - stage: PrepForEv2 - condition: ne(variables['Build.Reason'], 'Schedule') + condition: eq(variables['Build.Reason'], 'Manual') dependsOn: build variables: drop: $(Pipeline.Workspace)/drop_build_main