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 a225551 commit 7b7e172Copy full SHA for 7b7e172
.azure-pipelines/try.yml
@@ -11,6 +11,7 @@ variables:
11
12
jobs:
13
- job: Linux
14
+ timeoutInMinutes: 600
15
pool:
16
vmImage: ubuntu-16.04
17
steps:
@@ -144,6 +145,7 @@ jobs:
144
145
IMAGE: mingw-check
146
147
- job: macOS
148
149
150
vmImage: macos-10.13
151
@@ -204,6 +206,7 @@ jobs:
204
206
DIST_REQUIRE_ALL_TOOLS: 1
205
207
208
- job: Windows
209
210
211
vmImage: 'vs2017-win2016'
212
0 commit comments