From 35f234520e91c8b08b725b28dd05e6eb784e0057 Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Sun, 26 Apr 2020 21:52:30 +0200 Subject: [PATCH] Focus on packaging jobs --- .azure-pipelines/advanced.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/advanced.yml b/.azure-pipelines/advanced.yml index e26d5a402..1e3174776 100644 --- a/.azure-pipelines/advanced.yml +++ b/.azure-pipelines/advanced.yml @@ -16,8 +16,8 @@ stages: jobs: # Any addition here should be reflected in the advanced-test and release pipelines. # It is advised to declare all jobs here as templates to improve maintainability. - - template: templates/standard-tests-jobs.yml - - template: templates/extended-tests-jobs.yml +# - template: templates/standard-tests-jobs.yml +# - template: templates/extended-tests-jobs.yml - template: templates/packaging-jobs.yml - stage: Deploy jobs: