Skip to content

Commit

Permalink
Attempt to 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 624fb51
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 @@ -13,6 +13,8 @@ trigger:
pool:
vmImage: $(pool_vm_image)

pool_vm_image: Ubuntu-18.04

variables:
- group: Azure secrets

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 624fb51

Please sign in to comment.