From c26303bcf46d20dc0a149ca5d3fd248aa7c0811b Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Mon, 22 Apr 2019 18:12:47 -0500 Subject: [PATCH] Need to spec py and ruby. And fix branch name. [skip travis] --- azure-pipelines.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f5b2f34e1..45d1aa40e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -296,6 +296,8 @@ stages: pool: vmImage: 'ubuntu-16.04' steps: + - task: UsePythonVersion@0 + - task: UseRubyVersion@0 - bash: | gem install asciidoctor gem install pygments.rb @@ -306,4 +308,5 @@ stages: echo "using asciidoctor ;" >> project-config.jam ./bootstrap.sh pushd doc - ../b2 --website-doc-dir=manual/${TRAVIS_BRANCH} website + ../b2 --website-doc-dir=manual/$(Build.SourceBranchName) website + displayName: 'Build & Publish'