Skip to content

Commit

Permalink
Define a default pool_vm_image
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 25, 2020
1 parent ecc28f6 commit 427c451
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ pool:

variables:
- group: Azure secrets
- name: pool_vm_image
value: Ubuntu-18.04

stages:
- stage: Test
Expand All @@ -25,10 +27,8 @@ stages:
matrix:
Bionic Python 3.6:
python.version: '3.6'
pool_vm_image: Ubuntu-18.04
Bionic Python 3.8:
python.version: '3.8'
pool_vm_image: Ubuntu-18.04
Windows:
python.version: '3.8'
pool_vm_image: vs2017-win2016
Expand Down

0 comments on commit 427c451

Please sign in to comment.