@@ -14,7 +14,7 @@ publish_dry_run_netcode_gameobjects:
1414 type : Unity::VM
1515 flavor : b1.large
1616 commands :
17- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
17+ - command : curl "$WRENCH_LOCALAPV_URL" -o wrench-localapv.zip
1818 - command : 7z x -aoa wrench-localapv.zip
1919 - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
2020 - command : python PythonScripts/print_machine_info.py
@@ -183,10 +183,11 @@ publish_dry_run_netcode_gameobjects:
183183 unzip : true
184184 variables :
185185 UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION : 1
186- UPMPVP_CONTEXT_WRENCH : 3.3.1.0
186+ UPMPVP_CONTEXT_WRENCH : 3.7.0.0
187+ WRENCH_LOCALAPV_URL : https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-15_84f461813aada1be64b3885e7b9464e7f92445674e81d708813ac0bdf2c90408.zip
187188 metadata :
188189 Job Maintainers : ' #rm-packageworks'
189- Wrench : 3.3.1 .0
190+ Wrench : 3.7.0 .0
190191
191192# Publish for netcode.gameobjects to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
192193publish_netcode_gameobjects :
@@ -196,7 +197,7 @@ publish_netcode_gameobjects:
196197 type : Unity::VM
197198 flavor : b1.large
198199 commands :
199- - command : curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-3_51b4e6affb4c10b90f92db9551b9dc80c5520794983600cff4fa925111db116d.zip -o wrench-localapv.zip
200+ - command : curl "$WRENCH_LOCALAPV_URL" -o wrench-localapv.zip
200201 - command : 7z x -aoa wrench-localapv.zip
201202 - command : pip install semver requests --index-url https://artifactory-slo.bf.unity3d.com/artifactory/api/pypi/pypi/simple
202203 - command : python PythonScripts/print_machine_info.py
@@ -365,9 +366,10 @@ publish_netcode_gameobjects:
365366 unzip : true
366367 variables :
367368 UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION : 1
368- UPMPVP_CONTEXT_WRENCH : 3.3.1.0
369+ UPMPVP_CONTEXT_WRENCH : 3.7.0.0
370+ WRENCH_LOCALAPV_URL : https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-15_84f461813aada1be64b3885e7b9464e7f92445674e81d708813ac0bdf2c90408.zip
369371 allow_on : branch match "^release/.*"
370372 metadata :
371373 Job Maintainers : ' #rm-packageworks'
372- Wrench : 3.3.1 .0
374+ Wrench : 3.7.0 .0
373375
0 commit comments