We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a99180d commit 22c1fc8Copy full SHA for 22c1fc8
.pipelines/PowerShellEditorServices-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: '35 13 * * 4'
@@ -131,7 +132,7 @@ extends:
131
132
**/System.Reactive.dll;
133
- stage: release
134
dependsOn: build
- condition: ne(variables['Build.Reason'], 'Schedule')
135
+ condition: eq(variables['Build.Reason'], 'Manual')
136
variables:
137
version: $[ stageDependencies.build.main.outputs['package.version'] ]
138
prerelease: $[ stageDependencies.build.main.outputs['package.prerelease'] ]
0 commit comments