From 18575e8879fd828d22230b17b0949010fe3cf06b Mon Sep 17 00:00:00 2001 From: Ryan Brandenburg Date: Tue, 30 Jan 2018 11:29:22 -0800 Subject: [PATCH] Run more checks on Universe PRs --- .appveyor.yml | 2 +- .travis.yml | 2 +- build/repo.targets | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.appveyor.yml b/.appveyor.yml index 6b8813a0c9..a493afdefe 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -12,7 +12,7 @@ install: skip_commits: message: /.*\[auto-updated:.*/ build_script: - - ps: .\run.ps1 default-build /t:ComputeGraph + - ps: .\run.ps1 default-build /t:CheckUniverse clone_depth: 1 environment: global: diff --git a/.travis.yml b/.travis.yml index d83797a701..ffb7a95841 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ branches: - dev - /^(.*\/)?ci-.*$/ script: - - ./build.sh -t:ComputeGraph + - ./build.sh -t:CheckUniverse diff --git a/build/repo.targets b/build/repo.targets index 02cf9ad639..045e89aba5 100644 --- a/build/repo.targets +++ b/build/repo.targets @@ -206,6 +206,9 @@ Condition="'%(PackageArtifact.AppMetapackage)' == 'true' AND '%(PackageArtifact.AllMetapackage)' == 'true' " /> + +