Skip to content

Commit 40319d9

Browse files
committed
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
1 parent 26be662 commit 40319d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
2929
- job: build_book_master
3030
displayName: Build rendered book on master branch and push to Github
31+
pool:
32+
vmImage: ubuntu-16.04
3133
dependsOn: run_book_tests
3234
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/master'))
3335
variables:

0 commit comments

Comments
 (0)