Skip to content

Commit 9464edc

Browse files
committed
yaml workaround
1 parent 4e59339 commit 9464edc

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

ci/azure/pipelines.yml

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
pool:
2-
vmImage: 'macOS 10.13'
1+
jobs:
2+
- job: Build
3+
pool:
4+
vmImage: 'macOS 10.13'
35

4-
timeoutInMinutes: 360
6+
timeoutInMinutes: 360
57

6-
steps:
7-
- task: DownloadSecureFile@1
8-
inputs:
9-
secureFile: s3cfg
10-
- script: ci/azure/macos_script
11-
displayName: 'macOS build and test'
8+
steps:
9+
- task: DownloadSecureFile@1
10+
inputs:
11+
secureFile: s3cfg
12+
- script: ci/azure/macos_script
13+
displayName: 'macOS build and test'

0 commit comments

Comments
 (0)