Skip to content

Commit

Permalink
add new
Browse files Browse the repository at this point in the history
add new

add new

add new

add new

add new 001
  • Loading branch information
Fred-sun committed Sep 3, 2020
1 parent 1015db1 commit bb0d192
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,17 @@ parameters:
- name: PYTHON_VER
displayName: 'Python Version'
type: string
default: python2.7
default: "2.7"
values:
- python3.5
- python3.6
- python3.7
- "2.7"
- "3.6"
- name: ANSIBLE_VER
displayName: 'Ansible Version'
type: string
default: 2.9.0
default: "2.9.0"
values:
- 2.9.0
- 2.10.0
- "2.9.0"
- "2.10.0"

trigger:
- master
Expand All @@ -31,6 +30,9 @@ steps:
- script: echo ${{ parameters.PYTHON_VER }} and ${{ parameters.ANSIBLE_VER }}
displayName: 'Get predefine parameter'

- script: echo Python${{ parameters.PYTHON_VER }} and ${{ parameters.ANSIBLE_VER }}
displayName: 'Get predefine parameter'

- script: |
echo Add other tasks to build, test, and deploy your project.
echo See https://aka.ms/yaml
Expand Down

0 comments on commit bb0d192

Please sign in to comment.