We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26e21e0 commit bc00e0dCopy full SHA for bc00e0d
.pipelines/SecretManagement-Official.yml
@@ -8,7 +8,8 @@
8
# Support: https://aka.ms/onebranchsup #
9
#################################################################################
10
11
-trigger: none
+trigger:
12
+- main
13
14
schedules:
15
- cron: '40 18 * * 2'
@@ -122,7 +123,7 @@ extends:
122
123
*.nupkg
124
- stage: release
125
dependsOn: build
- condition: ne(variables['Build.Reason'], 'Schedule')
126
+ condition: eq(variables['Build.Reason'], 'Manual')
127
variables:
128
version: $[ stageDependencies.build.main.outputs['package.version'] ]
129
drop: $(Pipeline.Workspace)/drop_build_main
0 commit comments