Skip to content

Commit 3abbf8d

Browse files
committed
clean release task
1 parent 74544c6 commit 3abbf8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/azure-pipelines/product-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- template: darwin/product-build-darwin.yml
8686

8787
- job: Release
88-
condition: and(succeeded(), or(eq(variables['VSCODE_RELEASE'], 'true'), and(eq(variables['VSCODE_QUALITY'], 'insider'), eq(variables['Build.Reason'], 'Schedule')), and(eq(variables['VSCODE_QUALITY'], 'exploration'), eq(variables['Build.SourceBranch'], 'refs/heads/electron-6.0.x'))))
88+
condition: and(succeeded(), or(eq(variables['VSCODE_RELEASE'], 'true'), and(or(eq(variables['VSCODE_QUALITY'], 'insider'), eq(variables['VSCODE_QUALITY'], 'exploration')), eq(variables['Build.Reason'], 'Schedule'))))
8989
pool:
9090
vmImage: 'Ubuntu-16.04'
9191
dependsOn:

0 commit comments

Comments
 (0)