Run more checks on Universe PRs

This commit is contained in:
Ryan Brandenburg 2018-01-30 11:29:22 -08:00
parent be98846588
commit 18575e8879
3 changed files with 5 additions and 2 deletions

View File

@ -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:

View File

@ -17,4 +17,4 @@ branches:
- dev
- /^(.*\/)?ci-.*$/
script:
- ./build.sh -t:ComputeGraph
- ./build.sh -t:CheckUniverse

View File

@ -206,6 +206,9 @@
Condition="'%(PackageArtifact.AppMetapackage)' == 'true' AND '%(PackageArtifact.AllMetapackage)' == 'true' " />
</Target>
<Target Name="CheckUniverse"
DependsOnTargets="ComputeGraph;VerifyPackageArtifactConfig" />
<Target Name="VerifyCoherentVersions" DependsOnTargets="ResolveRepoInfo">
<ItemGroup>
<ShippingPackageFiles Include="$(ArtifactsDir)ship\*.nupkg" />