We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 985aa16 commit 1fca007Copy full SHA for 1fca007
1 file changed
.pipelines/SecretManagement-Official.yml
@@ -192,7 +192,7 @@ extends:
192
nuGetFeedType: external
193
publishFeedCredentials: PowerShellNuGetOrgPush
194
- stage: PrepForEv2
195
- condition: ne(variables['Build.Reason'], 'Schedule')
+ condition: eq(variables['Build.Reason'], 'Manual')
196
dependsOn: build
197
variables:
198
drop: $(Pipeline.Workspace)/drop_build_main
0 commit comments