Skip to content

Commit 5fa0c2e

Browse files
authored
update azure pipeline to create v2.x artifacts (#266)
1 parent 648a372 commit 5fa0c2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
languageWorkers:node:workerDirectory: $(System.DefaultWorkingDirectory)
8989
9090
- job: BuildArtifacts
91-
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
91+
condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/v2.x')))
9292
pool:
9393
vmImage: 'vs2017-win2016'
9494
steps:

0 commit comments

Comments
 (0)