Skip to content

Commit 06026ea

Browse files
add ubuntu 2004 to definitions (actions#27)
1 parent 572e346 commit 06026ea

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

azure-pipelines/build-python-packages.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,25 @@ stages:
6060
jobs:
6161
- template: /azure-pipelines/templates/test-job.yml
6262

63+
- stage: Build_Python_Ubuntu_2004
64+
dependsOn: []
65+
variables:
66+
VmImage: 'ubuntu-20.04'
67+
Platform: ubuntu-2004
68+
Architecture: x64
69+
jobs:
70+
- template: /azure-pipelines/templates/build-job.yml
71+
72+
- stage: Test_Python_Ubuntu_2004
73+
condition: succeeded()
74+
dependsOn: Build_Python_Ubuntu_2004
75+
variables:
76+
VmImage: 'ubuntu-20.04'
77+
Platform: ubuntu-2004
78+
Architecture: x64
79+
jobs:
80+
- template: /azure-pipelines/templates/test-job.yml
81+
6382
- stage: Build_Python_X64_Windows
6483
dependsOn: []
6584
variables:

0 commit comments

Comments
 (0)