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