We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bda4d9f commit 632eba6Copy full SHA for 632eba6
.pipelines/ConsoleGuiTools-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: '50 19 * * 3'
@@ -119,7 +120,7 @@ extends:
119
120
files_to_sign: "*.nupkg"
121
- stage: release
122
dependsOn: build
- condition: ne(variables['Build.Reason'], 'Schedule')
123
+ condition: eq(variables['Build.Reason'], 'Manual')
124
variables:
125
version: $[ stageDependencies.build.main.outputs['package.version'] ]
126
drop: $(Pipeline.Workspace)/drop_build_main
0 commit comments