You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{ "key": "UNITY_VERSION", "value": "6000.2" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
107
+
{ "key": "UNITY_VERSION", "value": "6000.3" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
108
108
]
109
109
},
110
110
{
@@ -117,12 +117,12 @@ def __init__(self):
117
117
]
118
118
},
119
119
{
120
-
"job_name": "Build Sample for MacOS with latest functional editor (6000.2), burst OFF, Mono",
120
+
"job_name": "Build Sample for MacOS with latest functional editor (6000.3), burst OFF, Mono",
{ "key": "UNITY_VERSION", "value": "6000.2" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
125
+
{ "key": "UNITY_VERSION", "value": "6000.3" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
126
126
]
127
127
},
128
128
{
@@ -135,12 +135,12 @@ def __init__(self):
135
135
]
136
136
},
137
137
{
138
-
"job_name": "Build Sample for Android with latest functional editor (6000.2), burst ON, IL2CPP",
138
+
"job_name": "Build Sample for Android with latest functional editor (6000.3), burst ON, IL2CPP",
{ "key": "UNITY_VERSION", "value": "6000.2" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
143
+
{ "key": "UNITY_VERSION", "value": "6000.3" } # Editor that most our users will use (not alpha). Sometimes when testing on trunk we have weird editor issues not caused by us so the preference will be to test on latest editor that our users will use.
0 commit comments