Skip to content

Commit 98e782b

Browse files
committed
Updated builds made with release automation
1 parent f40448d commit 98e782b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Tools/scripts/ReleaseAutomation/release_config.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ def __init__(self):
9999
]
100100
},
101101
{
102-
"job_name": "Build Sample for Windows with latest functional editor (6000.2), burst ON, IL2CPP",
102+
"job_name": "Build Sample for Windows with latest functional editor (6000.3), burst ON, IL2CPP",
103103
"variables": [
104104
{ "key": "BURST_ON_OFF", "value": "on" },
105105
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "win64" },
106106
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "il2cpp" },
107-
{ "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.
108108
]
109109
},
110110
{
@@ -117,12 +117,12 @@ def __init__(self):
117117
]
118118
},
119119
{
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",
121121
"variables": [
122122
{ "key": "BURST_ON_OFF", "value": "off" },
123123
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "mac" },
124124
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "mono" },
125-
{ "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.
126126
]
127127
},
128128
{
@@ -135,12 +135,12 @@ def __init__(self):
135135
]
136136
},
137137
{
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",
139139
"variables": [
140140
{ "key": "BURST_ON_OFF", "value": "on" },
141141
{ "key": "PLATFORM_WIN64_MAC_ANDROID", "value": "android" },
142142
{ "key": "SCRIPTING_BACKEND_IL2CPP_MONO", "value": "il2cpp" },
143-
{ "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.
144144
]
145145
}
146146
]

0 commit comments

Comments
 (0)