We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 648a372 commit 5fa0c2eCopy full SHA for 5fa0c2e
azure-pipelines.yml
@@ -88,7 +88,7 @@ jobs:
88
languageWorkers:node:workerDirectory: $(System.DefaultWorkingDirectory)
89
90
- job: BuildArtifacts
91
- condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
+ condition: and(succeeded(), or(eq(variables['Build.SourceBranch'], 'refs/heads/master'), eq(variables['Build.SourceBranch'], 'refs/heads/v2.x')))
92
pool:
93
vmImage: 'vs2017-win2016'
94
steps:
0 commit comments