Skip to content

Commit

Permalink
azure-pipeline: Move "parameters" to the top of the config file
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed May 15, 2019
1 parent efe66bc commit 2d0bb72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
parameters:
pythonVersions: ['3.7', '3.6', '3.5'],
operatingSystems: ['ubuntu-16.04', 'macos-10.13', 'vs2017-win2016']

trigger:
branches:
include:
- master

parameters:
pythonVersions: ['3.7', '3.6', '3.5'],
operatingSystems: ['ubuntu-16.04', 'macos-10.13', 'vs2017-win2016']

jobs:

- job: 'Test'
Expand Down

0 comments on commit 2d0bb72

Please sign in to comment.