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 e8f6ced commit 0914ffbCopy full SHA for 0914ffb
azure-pipelines.yml
@@ -14,6 +14,10 @@ jobs:
14
curl -L https://github.com/rust-lang-nursery/mdBook/releases/download/v0.2.1/mdbook-v0.2.1-x86_64-unknown-linux-musl.tar.gz | tar xzf -
15
echo "##vso[task.prependpath]$PWD"
16
displayName: Install mdbook
17
+ - task: UseRubyVersion@0
18
+ inputs:
19
+ versionSpec: '>= 2.4'
20
+ addToPath: true
21
- script: bundler install
22
displayName: Install ruby deps
23
- script: ./ci/build.sh
0 commit comments