From 06026eac8312b21729e65d3e7dcd5c4a775abc7d Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Wed, 3 Jun 2020 09:45:50 +0300 Subject: [PATCH] add ubuntu 2004 to definitions (#27) --- azure-pipelines/build-python-packages.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/azure-pipelines/build-python-packages.yml b/azure-pipelines/build-python-packages.yml index eb75aeb..0c4aa92 100644 --- a/azure-pipelines/build-python-packages.yml +++ b/azure-pipelines/build-python-packages.yml @@ -60,6 +60,25 @@ stages: jobs: - template: /azure-pipelines/templates/test-job.yml +- stage: Build_Python_Ubuntu_2004 + dependsOn: [] + variables: + VmImage: 'ubuntu-20.04' + Platform: ubuntu-2004 + Architecture: x64 + jobs: + - template: /azure-pipelines/templates/build-job.yml + +- stage: Test_Python_Ubuntu_2004 + condition: succeeded() + dependsOn: Build_Python_Ubuntu_2004 + variables: + VmImage: 'ubuntu-20.04' + Platform: ubuntu-2004 + Architecture: x64 + jobs: + - template: /azure-pipelines/templates/test-job.yml + - stage: Build_Python_X64_Windows dependsOn: [] variables: