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' " />
+
+