|
4 | 4 | // Automate opening PRs to merge cli release/8.0.1xx to 8.0.4xx |
5 | 5 | "release/8.0.1xx":{ |
6 | 6 | "MergeToBranch": "release/8.0.4xx", |
7 | | - "ExtraSwitches": "-QuietComments -ResetToTargetPaths global.json;NuGet.config;eng/Version.Details.xml;eng/Versions.props;eng/common/*" |
| 7 | + "ExtraSwitches": "-QuietComments", |
| 8 | + "ResetToTargetPaths": "global.json;NuGet.config;eng/Version.Details.xml;eng/Versions.props;eng/common/*" |
8 | 9 | }, |
9 | 10 | // Automate opening PRs to merge sdk repos from release/8.0.4xx to 9.0.1xx |
10 | 11 | "release/8.0.4xx":{ |
11 | 12 | "MergeToBranch": "release/9.0.1xx", |
12 | | - "ExtraSwitches": "-QuietComments -ResetToTargetPaths global.json;NuGet.config;eng/Version.Details.xml;eng/Versions.props;eng/common/*" |
| 13 | + "ExtraSwitches": "-QuietComments", |
| 14 | + "ResetToTargetPaths": "global.json;NuGet.config;eng/Version.Details.xml;eng/Versions.props;eng/common/*" |
13 | 15 | }, |
14 | 16 | // Automate opening PRs to merge sdk repos from release/9.0.1xx to release/9.0.3xx |
15 | 17 | "release/9.0.1xx":{ |
16 | 18 | "MergeToBranch": "release/9.0.3xx", |
17 | | - "ExtraSwitches": "-QuietComments -ResetToTargetPaths global.json;NuGet.config;eng/Version.Details.xml;eng/Versions.props;eng/common/*" |
| 19 | + "ExtraSwitches": "-QuietComments", |
| 20 | + "ResetToTargetPaths": "global.json;NuGet.config;eng/Version.Details.xml;eng/Versions.props;eng/common/*" |
18 | 21 | }, |
19 | 22 | // Automate opening PRs to merge sdk repos from release/9.0.3xx to release/10.0.1xx |
20 | 23 | "release/9.0.3xx":{ |
21 | 24 | "MergeToBranch": "release/10.0.1xx", |
22 | | - "ExtraSwitches": "-QuietComments -ResetToTargetPaths global.json;NuGet.config;eng/Version.Details.xml;eng/Version.Details.props;eng/common/*" |
| 25 | + "ExtraSwitches": "-QuietComments", |
| 26 | + "ResetToTargetPaths": "global.json;NuGet.config;eng/Version.Details.xml;eng/Version.Details.props;eng/common/*" |
23 | 27 | }, |
24 | 28 | // Automate opening PRs to merge sdk repos from release/10.0.1xx to release/10.0.2xx |
25 | 29 | "release/10.0.1xx":{ |
26 | 30 | "MergeToBranch": "release/10.0.2xx", |
27 | | - "ExtraSwitches": "-QuietComments -ResetToTargetPaths global.json;NuGet.config;eng/Version.Details.xml;eng/Version.Details.props;eng/common/*" |
| 31 | + "ExtraSwitches": "-QuietComments", |
| 32 | + "ResetToTargetPaths": "global.json;NuGet.config;eng/Version.Details.xml;eng/Version.Details.props;eng/common/*" |
28 | 33 | }, |
29 | 34 | // Automate opening PRs to merge sdk repos from release/10.0.2xx to main |
30 | 35 | "release/10.0.2xx":{ |
31 | 36 | "MergeToBranch": "main", |
32 | | - "ExtraSwitches": "-QuietComments -ResetToTargetPaths global.json;NuGet.config;eng/Version.Details.xml;eng/Version.Details.props;eng/common/*" |
| 37 | + "ExtraSwitches": "-QuietComments", |
| 38 | + "ResetToTargetPaths": "global.json;NuGet.config;eng/Version.Details.xml;eng/Version.Details.props;eng/common/*" |
33 | 39 | }, |
34 | 40 | // Automate opening PRs to merge sdk repos from dnup to release/dnup |
35 | 41 | "dnup":{ |
36 | 42 | "MergeToBranch": "release/dnup", |
37 | | - "ExtraSwitches": "-QuietComments -ResetToTargetPaths global.json;NuGet.config;eng/Version.Details.xml;eng/Versions.props;eng/common/*" |
| 43 | + "ExtraSwitches": "-QuietComments", |
| 44 | + "ResetToTargetPaths": "global.json;NuGet.config;eng/Version.Details.xml;eng/Versions.props;eng/common/*" |
38 | 45 | } |
39 | 46 | } |
40 | 47 | } |
0 commit comments