-
Notifications
You must be signed in to change notification settings - Fork 459
Expand file tree
/
Copy pathwrench_config.json
More file actions
37 lines (37 loc) · 1.27 KB
/
wrench_config.json
File metadata and controls
37 lines (37 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"schema_version": 0.7,
"packages": {
"com.unity.netcode.gameobjects": {
"directory": "com.unity.netcode.gameobjects/",
"prePackCommands": [],
"preTestCommands": {
"MacOS": [],
"Ubuntu": [],
"Windows": []
},
"InternalOnly": false,
"NeverPublish": false,
"MaxEditorVersion": "",
"coverageEnabled": false,
"coverageCommands": [
"generateAdditionalMetrics;generateHtmlReport;assemblyFilters:ASSEMBLY_NAME;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:YAMATO_SOURCE_DIR/Packages;"
],
"dependantsToIgnoreInPreviewApv": {}
}
},
"releasing_packages": [
"com.unity.netcode.gameobjects"
],
"jobs_to_monitor": {
"com.unity.netcode.gameobjects": [
".yamato/wrench/api-validation-jobs.yml#api_validation_-_netcode_gameobjects_-_2021_3_-_windows",
".yamato/wrench/preview-a-p-v.yml#all_preview_apv_jobs",
".yamato/wrench/promotion-jobs.yml#publish_dry_run_netcode_gameobjects"
]
},
"publishing_job": ".yamato/wrench/promotion-jobs.yml#publish_netcode_gameobjects",
"branch_pattern": "ReleaseSlash",
"wrench_version": "0.12.2.0",
"pvp_exemption_path": ".yamato/wrench/pvp-exemptions.json",
"cs_project_path": "Tools/CI/NGO.Cookbook.csproj"
}