Skip to content

Commit 7ff44f1

Browse files
committed
Update ignored versions and regen job def
1 parent e15f26d commit 7ff44f1

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

.yamato/wrench/wrench_config.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,14 @@
2020
"generateAdditionalMetrics;generateHtmlReport;assemblyFilters:ASSEMBLY_NAME;pathReplacePatterns:@*,,**/PackageCache/,;sourcePaths:YAMATO_SOURCE_DIR/Packages;"
2121
],
2222
"dependantsToIgnoreInPreviewApv": {
23-
">=6000.3": [
23+
"6000.3": [
24+
"com.unity.polyspatial",
25+
"com.unity.polyspatial.extensions",
26+
"com.unity.polyspatial.visionos",
27+
"com.unity.polyspatial.xr",
28+
"com.unity.xr.visionos"
29+
],
30+
"6000.5": [
2431
"com.unity.polyspatial",
2532
"com.unity.polyspatial.extensions",
2633
"com.unity.polyspatial.visionos",

Tools/CI/Settings/InputSystemSettings.cs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ public InputSystemSettings()
104104
InputSystemPackage.DependantsToIgnoreInPreviewApv = new Dictionary<Editor, ISet<string>>()
105105
{
106106
{
107-
new Editor(">=6000.3", ""),
107+
new Editor("6000.3", ""),
108108
new HashSet<string>()
109109
{
110110
"com.unity.polyspatial",
@@ -113,6 +113,17 @@ public InputSystemSettings()
113113
"com.unity.polyspatial.xr",
114114
"com.unity.xr.visionos"
115115
}
116+
},
117+
{
118+
new Editor("6000.5", ""),
119+
new HashSet<string>()
120+
{
121+
"com.unity.polyspatial",
122+
"com.unity.polyspatial.visionos",
123+
"com.unity.polyspatial.extensions",
124+
"com.unity.polyspatial.xr",
125+
"com.unity.xr.visionos"
126+
}
116127
}
117128
};
118129

0 commit comments

Comments
 (0)