We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 572e346 commit 06026eaCopy full SHA for 06026ea
azure-pipelines/build-python-packages.yml
@@ -60,6 +60,25 @@ stages:
60
jobs:
61
- template: /azure-pipelines/templates/test-job.yml
62
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
76
77
78
79
80
+ - template: /azure-pipelines/templates/test-job.yml
81
82
- stage: Build_Python_X64_Windows
83
dependsOn: []
84
variables:
0 commit comments