Run more checks on Universe PRs
This commit is contained in:
parent
be98846588
commit
18575e8879
|
|
@ -12,7 +12,7 @@ install:
|
||||||
skip_commits:
|
skip_commits:
|
||||||
message: /.*\[auto-updated:.*/
|
message: /.*\[auto-updated:.*/
|
||||||
build_script:
|
build_script:
|
||||||
- ps: .\run.ps1 default-build /t:ComputeGraph
|
- ps: .\run.ps1 default-build /t:CheckUniverse
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
environment:
|
environment:
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
|
|
@ -17,4 +17,4 @@ branches:
|
||||||
- dev
|
- dev
|
||||||
- /^(.*\/)?ci-.*$/
|
- /^(.*\/)?ci-.*$/
|
||||||
script:
|
script:
|
||||||
- ./build.sh -t:ComputeGraph
|
- ./build.sh -t:CheckUniverse
|
||||||
|
|
|
||||||
|
|
@ -206,6 +206,9 @@
|
||||||
Condition="'%(PackageArtifact.AppMetapackage)' == 'true' AND '%(PackageArtifact.AllMetapackage)' == 'true' " />
|
Condition="'%(PackageArtifact.AppMetapackage)' == 'true' AND '%(PackageArtifact.AllMetapackage)' == 'true' " />
|
||||||
</Target>
|
</Target>
|
||||||
|
|
||||||
|
<Target Name="CheckUniverse"
|
||||||
|
DependsOnTargets="ComputeGraph;VerifyPackageArtifactConfig" />
|
||||||
|
|
||||||
<Target Name="VerifyCoherentVersions" DependsOnTargets="ResolveRepoInfo">
|
<Target Name="VerifyCoherentVersions" DependsOnTargets="ResolveRepoInfo">
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ShippingPackageFiles Include="$(ArtifactsDir)ship\*.nupkg" />
|
<ShippingPackageFiles Include="$(ArtifactsDir)ship\*.nupkg" />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue