Skip to content

Commit 1fca007

Browse files
Switch condition in OneBranch to just manual builds (#240)
Otherwise it starts an attempt on completed merges.
1 parent 985aa16 commit 1fca007

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/SecretManagement-Official.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ extends:
192192
nuGetFeedType: external
193193
publishFeedCredentials: PowerShellNuGetOrgPush
194194
- stage: PrepForEv2
195-
condition: ne(variables['Build.Reason'], 'Schedule')
195+
condition: eq(variables['Build.Reason'], 'Manual')
196196
dependsOn: build
197197
variables:
198198
drop: $(Pipeline.Workspace)/drop_build_main

0 commit comments

Comments
 (0)