From 46595ebf0235a8b7d5ac927dde852aac48f2d7fc Mon Sep 17 00:00:00 2001 From: Margen67 Date: Thu, 16 Jan 2020 08:49:35 -0800 Subject: [PATCH] [Azure] Don't build tests here either, only build on canary-test --- .azure-pipelines.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 6b5235b8e..07616938a 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 @@ -47,7 +47,7 @@ jobs: - script: xb setup displayName: 'Setup' - - script: xb build --cpu_arch=$(cpu_arch) --target=src\xenia-app --target=tests\xenia-cpu-ppc-tests --target=src\xenia-vfs-dump + - script: xb build --cpu_arch=$(cpu_arch) --target=src\xenia-app --target=src\xenia-vfs-dump displayName: 'Build' - script: |