Skip to content

Commit

Permalink
Update azure-pipelines.yml for Azure Pipelines to publish v2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
mhoeger committed Dec 2, 2019
1 parent 1debc81 commit f562028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
languageWorkers:node:workerDirectory: $(System.DefaultWorkingDirectory)
- job: BuildArtifacts
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')))
pool:
vmImage: 'vs2017-win2016'
steps:
Expand Down

0 comments on commit f562028

Please sign in to comment.