We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63d19ed commit 56809a1Copy full SHA for 56809a1
.pipelines/vscode-powershell-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: '25 9 * * 3'
@@ -145,7 +146,7 @@ extends:
145
146
displayName: Run tests
147
- stage: release
148
dependsOn: build
- condition: ne(variables['Build.Reason'], 'Schedule')
149
+ condition: eq(variables['Build.Reason'], 'Manual')
150
variables:
151
version: $[ stageDependencies.build.main.outputs['package.version'] ]
152
vsixVersion: $[ stageDependencies.build.main.outputs['package.vsixVersion'] ]
0 commit comments