From 20398cf6f3233075a7cafc29bcba51ff3449e41f Mon Sep 17 00:00:00 2001 From: Margen67 Date: Sat, 25 Jan 2020 16:13:12 -0800 Subject: [PATCH] [Azure Pipelines] Remove AVX512, build for all branches (again) --- .azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index e0c3988a6..7a890652b 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,7 +1,7 @@ trigger: branches: include: - - 'canary-test' + - '*' exclude: - gh-pages - master @@ -16,7 +16,7 @@ trigger: pr: branches: include: - - 'canary-test' + - '*' exclude: - gh-pages - master @@ -39,8 +39,6 @@ jobs: cpu_arch: AVX AVX2: cpu_arch: AVX2 - AVX512: - cpu_arch: AVX512 steps: - script: xb setup displayName: 'Setup'