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 67db230 commit d2304e1Copy full SHA for d2304e1
.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
strategy:
@@ -27,6 +28,7 @@ jobs:
27
28
- template: steps/run.yml
29
30
- job: macOS
31
32
33
vmImage: macos-10.13
34
@@ -53,6 +55,7 @@ jobs:
53
55
54
56
57
- job: Windows
58
59
60
vmImage: 'vs2017-win2016'
61
0 commit comments