Skip to content

Commit 0779e11

Browse files
committed
set pool
1 parent 4cc00a7 commit 0779e11

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
@@ -7,6 +7,8 @@ pr:
77

88
jobs:
99
- job: authors_check
10+
pool:
11+
vmImage: 'ubuntu-latest'
1012
steps:
1113
- script: |
1214
MISSING_AUTHORS=$(git shortlog -s HEAD | sed -e "s/^[0-9\t ]*//"| xargs -i sh -c 'grep -q "{}" AUTHORS.md || echo "{} missing from authors"')

0 commit comments

Comments
 (0)