From d5341e252abea29fd2f9c36ac679c3b46e9d547d Mon Sep 17 00:00:00 2001
From: Christian Legnitto <LegNeato@users.noreply.github.com>
Date: Mon, 25 Mar 2019 19:07:22 -0700
Subject: [PATCH] Make `build_book_master` run in Linux

This was failing because it was running on windows: https://dev.azure.com/graphql-rust/GraphQL%20Rust/_build/results?buildId=223
---
 azure-pipelines.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 85d0cae5..1253d251 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -28,6 +28,8 @@ jobs:
 
 - job: build_book_master
   displayName: Build rendered book on master branch and push to Github
+  pool:
+    vmImage: ubuntu-16.04
   dependsOn: run_book_tests
   condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
   variables: