Run more checks on Universe PRs
This commit is contained in:
parent
be98846588
commit
18575e8879
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ branches:
|
|||
- dev
|
||||
- /^(.*\/)?ci-.*$/
|
||||
script:
|
||||
- ./build.sh -t:ComputeGraph
|
||||
- ./build.sh -t:CheckUniverse
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue