File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This pipeline is used for running the VMR verification of the PR changes in repo-level PRs.
2
+ #
3
+ # It will run a full set of verification jobs defined in:
4
+ # https://github.com/dotnet/dotnet/blob/10060d128e3f470e77265f8490f5e4f72dae738e/eng/pipelines/templates/stages/vmr-build.yml#L27-L38
5
+ #
6
+ # For repos that do not need to run the full set, you would do the following:
7
+ #
8
+ # 1. Copy this YML file to a repo-specific location, i.e. outside of eng/common.
9
+ #
10
+ # 2. Add `verifications` parameter to VMR template reference
11
+ #
12
+ # Examples:
13
+ # - For source-build stage 1 verification, add the following:
14
+ # verifications: [ "source-build-stage1" ]
15
+ #
16
+ # - For Windows only verifications, add the following:
17
+ # verifications: [ "unified-build-windows-x64", "unified-build-windows-x86" ]
18
+
1
19
trigger : none
2
20
pr : none
3
21
You can’t perform that action at this time.
0 commit comments