Skip to content

Commit 61cef2c

Browse files
authored
Merge pull request #418 from Unity-Technologies/renovate/recipeengine.modules.wrench-2.x
Update dependency RecipeEngine.Modules.Wrench to 2.2.2
2 parents a78d499 + a142ae2 commit 61cef2c

8 files changed

Lines changed: 116 additions & 116 deletions

.yamato/wrench/api-validation-jobs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ api_validation_-_mobile_notifications_-_2021_3_-_win10:
1111
agent:
1212
image: package-ci/win10:v4
1313
type: Unity::VM
14-
flavor: b1.xlarge
14+
flavor: b1.large
1515
commands:
1616
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
1717
- command: 7z x -aoa wrench-localapv.zip
@@ -55,8 +55,8 @@ api_validation_-_mobile_notifications_-_2021_3_-_win10:
5555
UNITY_LICENSING_SERVER_DELETE_NUL: 0
5656
UNITY_LICENSING_SERVER_DELETE_ULF: 0
5757
UNITY_LICENSING_SERVER_TOOLSET: pro
58-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
58+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
5959
metadata:
6060
Job Maintainers: '#rm-packageworks'
61-
Wrench: 2.2.1.0
61+
Wrench: 2.2.2.0
6262

.yamato/wrench/package-pack-jobs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ package_pack_-_mobile_notifications:
2424
UPMCI_ACK_LARGE_PACKAGE: 1
2525
metadata:
2626
Job Maintainers: '#rm-packageworks'
27-
Wrench: 2.2.1.0
27+
Wrench: 2.2.2.0
2828

.yamato/wrench/preview-a-p-v.yml

Lines changed: 49 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ all_preview_apv_jobs:
2525
- path: .yamato/wrench/preview-a-p-v.yml#preview_apv_-_6000_6_-_win10
2626
metadata:
2727
Job Maintainers: '#rm-packageworks'
28-
Wrench: 2.2.1.0
28+
Wrench: 2.2.2.0
2929

3030
# Functional tests for dependents found in the latest 2022.3 manifest (MacOS).
3131
preview_apv_-_2022_3_-_macos13:
3232
name: Preview APV - 2022.3 - macos13
3333
agent:
3434
image: package-ci/macos-13:v4
3535
type: Unity::VM::osx
36-
flavor: b1.large
36+
flavor: b1.xlarge
3737
commands:
3838
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
3939
- command: 7z x -aoa wrench-localapv.zip
@@ -80,10 +80,10 @@ preview_apv_-_2022_3_-_macos13:
8080
UNITY_LICENSING_SERVER_DELETE_NUL: 0
8181
UNITY_LICENSING_SERVER_DELETE_ULF: 0
8282
UNITY_LICENSING_SERVER_TOOLSET: pro
83-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
83+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
8484
metadata:
8585
Job Maintainers: '#rm-packageworks'
86-
Wrench: 2.2.1.0
86+
Wrench: 2.2.2.0
8787

8888
# Functional tests for dependents found in the latest 2022.3 manifest (Ubuntu).
8989
preview_apv_-_2022_3_-_ubuntu1804:
@@ -138,18 +138,18 @@ preview_apv_-_2022_3_-_ubuntu1804:
138138
UNITY_LICENSING_SERVER_DELETE_NUL: 0
139139
UNITY_LICENSING_SERVER_DELETE_ULF: 0
140140
UNITY_LICENSING_SERVER_TOOLSET: pro
141-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
141+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
142142
metadata:
143143
Job Maintainers: '#rm-packageworks'
144-
Wrench: 2.2.1.0
144+
Wrench: 2.2.2.0
145145

146146
# Functional tests for dependents found in the latest 2022.3 manifest (Windows).
147147
preview_apv_-_2022_3_-_win10:
148148
name: Preview APV - 2022.3 - win10
149149
agent:
150150
image: package-ci/win10:v4
151151
type: Unity::VM
152-
flavor: b1.xlarge
152+
flavor: b1.large
153153
commands:
154154
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
155155
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
@@ -197,18 +197,18 @@ preview_apv_-_2022_3_-_win10:
197197
UNITY_LICENSING_SERVER_DELETE_NUL: 0
198198
UNITY_LICENSING_SERVER_DELETE_ULF: 0
199199
UNITY_LICENSING_SERVER_TOOLSET: pro
200-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
200+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
201201
metadata:
202202
Job Maintainers: '#rm-packageworks'
203-
Wrench: 2.2.1.0
203+
Wrench: 2.2.2.0
204204

205205
# Functional tests for dependents found in the latest 6000.0 manifest (MacOS).
206206
preview_apv_-_6000_0_-_macos13:
207207
name: Preview APV - 6000.0 - macos13
208208
agent:
209209
image: package-ci/macos-13:v4
210210
type: Unity::VM::osx
211-
flavor: b1.large
211+
flavor: b1.xlarge
212212
commands:
213213
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
214214
- command: 7z x -aoa wrench-localapv.zip
@@ -255,10 +255,10 @@ preview_apv_-_6000_0_-_macos13:
255255
UNITY_LICENSING_SERVER_DELETE_NUL: 0
256256
UNITY_LICENSING_SERVER_DELETE_ULF: 0
257257
UNITY_LICENSING_SERVER_TOOLSET: pro
258-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
258+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
259259
metadata:
260260
Job Maintainers: '#rm-packageworks'
261-
Wrench: 2.2.1.0
261+
Wrench: 2.2.2.0
262262

263263
# Functional tests for dependents found in the latest 6000.0 manifest (Ubuntu).
264264
preview_apv_-_6000_0_-_ubuntu2204:
@@ -313,18 +313,18 @@ preview_apv_-_6000_0_-_ubuntu2204:
313313
UNITY_LICENSING_SERVER_DELETE_NUL: 0
314314
UNITY_LICENSING_SERVER_DELETE_ULF: 0
315315
UNITY_LICENSING_SERVER_TOOLSET: pro
316-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
316+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
317317
metadata:
318318
Job Maintainers: '#rm-packageworks'
319-
Wrench: 2.2.1.0
319+
Wrench: 2.2.2.0
320320

321321
# Functional tests for dependents found in the latest 6000.0 manifest (Windows).
322322
preview_apv_-_6000_0_-_win10:
323323
name: Preview APV - 6000.0 - win10
324324
agent:
325325
image: package-ci/win10:v4
326326
type: Unity::VM
327-
flavor: b1.xlarge
327+
flavor: b1.large
328328
commands:
329329
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
330330
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
@@ -372,18 +372,18 @@ preview_apv_-_6000_0_-_win10:
372372
UNITY_LICENSING_SERVER_DELETE_NUL: 0
373373
UNITY_LICENSING_SERVER_DELETE_ULF: 0
374374
UNITY_LICENSING_SERVER_TOOLSET: pro
375-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
375+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
376376
metadata:
377377
Job Maintainers: '#rm-packageworks'
378-
Wrench: 2.2.1.0
378+
Wrench: 2.2.2.0
379379

380380
# Functional tests for dependents found in the latest 6000.3 manifest (MacOS).
381381
preview_apv_-_6000_3_-_macos13:
382382
name: Preview APV - 6000.3 - macos13
383383
agent:
384384
image: package-ci/macos-13:v4
385385
type: Unity::VM::osx
386-
flavor: b1.large
386+
flavor: b1.xlarge
387387
commands:
388388
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
389389
- command: 7z x -aoa wrench-localapv.zip
@@ -430,10 +430,10 @@ preview_apv_-_6000_3_-_macos13:
430430
UNITY_LICENSING_SERVER_DELETE_NUL: 0
431431
UNITY_LICENSING_SERVER_DELETE_ULF: 0
432432
UNITY_LICENSING_SERVER_TOOLSET: pro
433-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
433+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
434434
metadata:
435435
Job Maintainers: '#rm-packageworks'
436-
Wrench: 2.2.1.0
436+
Wrench: 2.2.2.0
437437

438438
# Functional tests for dependents found in the latest 6000.3 manifest (Ubuntu).
439439
preview_apv_-_6000_3_-_ubuntu2204:
@@ -488,18 +488,18 @@ preview_apv_-_6000_3_-_ubuntu2204:
488488
UNITY_LICENSING_SERVER_DELETE_NUL: 0
489489
UNITY_LICENSING_SERVER_DELETE_ULF: 0
490490
UNITY_LICENSING_SERVER_TOOLSET: pro
491-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
491+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
492492
metadata:
493493
Job Maintainers: '#rm-packageworks'
494-
Wrench: 2.2.1.0
494+
Wrench: 2.2.2.0
495495

496496
# Functional tests for dependents found in the latest 6000.3 manifest (Windows).
497497
preview_apv_-_6000_3_-_win10:
498498
name: Preview APV - 6000.3 - win10
499499
agent:
500500
image: package-ci/win10:v4
501501
type: Unity::VM
502-
flavor: b1.xlarge
502+
flavor: b1.large
503503
commands:
504504
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
505505
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
@@ -547,18 +547,18 @@ preview_apv_-_6000_3_-_win10:
547547
UNITY_LICENSING_SERVER_DELETE_NUL: 0
548548
UNITY_LICENSING_SERVER_DELETE_ULF: 0
549549
UNITY_LICENSING_SERVER_TOOLSET: pro
550-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
550+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
551551
metadata:
552552
Job Maintainers: '#rm-packageworks'
553-
Wrench: 2.2.1.0
553+
Wrench: 2.2.2.0
554554

555555
# Functional tests for dependents found in the latest 6000.4 manifest (MacOS).
556556
preview_apv_-_6000_4_-_macos13:
557557
name: Preview APV - 6000.4 - macos13
558558
agent:
559559
image: package-ci/macos-13:v4
560560
type: Unity::VM::osx
561-
flavor: b1.large
561+
flavor: b1.xlarge
562562
commands:
563563
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
564564
- command: 7z x -aoa wrench-localapv.zip
@@ -605,10 +605,10 @@ preview_apv_-_6000_4_-_macos13:
605605
UNITY_LICENSING_SERVER_DELETE_NUL: 0
606606
UNITY_LICENSING_SERVER_DELETE_ULF: 0
607607
UNITY_LICENSING_SERVER_TOOLSET: pro
608-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
608+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
609609
metadata:
610610
Job Maintainers: '#rm-packageworks'
611-
Wrench: 2.2.1.0
611+
Wrench: 2.2.2.0
612612

613613
# Functional tests for dependents found in the latest 6000.4 manifest (Ubuntu).
614614
preview_apv_-_6000_4_-_ubuntu2204:
@@ -663,18 +663,18 @@ preview_apv_-_6000_4_-_ubuntu2204:
663663
UNITY_LICENSING_SERVER_DELETE_NUL: 0
664664
UNITY_LICENSING_SERVER_DELETE_ULF: 0
665665
UNITY_LICENSING_SERVER_TOOLSET: pro
666-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
666+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
667667
metadata:
668668
Job Maintainers: '#rm-packageworks'
669-
Wrench: 2.2.1.0
669+
Wrench: 2.2.2.0
670670

671671
# Functional tests for dependents found in the latest 6000.4 manifest (Windows).
672672
preview_apv_-_6000_4_-_win10:
673673
name: Preview APV - 6000.4 - win10
674674
agent:
675675
image: package-ci/win10:v4
676676
type: Unity::VM
677-
flavor: b1.xlarge
677+
flavor: b1.large
678678
commands:
679679
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
680680
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
@@ -722,18 +722,18 @@ preview_apv_-_6000_4_-_win10:
722722
UNITY_LICENSING_SERVER_DELETE_NUL: 0
723723
UNITY_LICENSING_SERVER_DELETE_ULF: 0
724724
UNITY_LICENSING_SERVER_TOOLSET: pro
725-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
725+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
726726
metadata:
727727
Job Maintainers: '#rm-packageworks'
728-
Wrench: 2.2.1.0
728+
Wrench: 2.2.2.0
729729

730730
# Functional tests for dependents found in the latest 6000.5 manifest (MacOS).
731731
preview_apv_-_6000_5_-_macos13:
732732
name: Preview APV - 6000.5 - macos13
733733
agent:
734734
image: package-ci/macos-13:v4
735735
type: Unity::VM::osx
736-
flavor: b1.large
736+
flavor: b1.xlarge
737737
commands:
738738
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
739739
- command: 7z x -aoa wrench-localapv.zip
@@ -780,10 +780,10 @@ preview_apv_-_6000_5_-_macos13:
780780
UNITY_LICENSING_SERVER_DELETE_NUL: 0
781781
UNITY_LICENSING_SERVER_DELETE_ULF: 0
782782
UNITY_LICENSING_SERVER_TOOLSET: pro
783-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
783+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
784784
metadata:
785785
Job Maintainers: '#rm-packageworks'
786-
Wrench: 2.2.1.0
786+
Wrench: 2.2.2.0
787787

788788
# Functional tests for dependents found in the latest 6000.5 manifest (Ubuntu).
789789
preview_apv_-_6000_5_-_ubuntu2204:
@@ -838,18 +838,18 @@ preview_apv_-_6000_5_-_ubuntu2204:
838838
UNITY_LICENSING_SERVER_DELETE_NUL: 0
839839
UNITY_LICENSING_SERVER_DELETE_ULF: 0
840840
UNITY_LICENSING_SERVER_TOOLSET: pro
841-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
841+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
842842
metadata:
843843
Job Maintainers: '#rm-packageworks'
844-
Wrench: 2.2.1.0
844+
Wrench: 2.2.2.0
845845

846846
# Functional tests for dependents found in the latest 6000.5 manifest (Windows).
847847
preview_apv_-_6000_5_-_win10:
848848
name: Preview APV - 6000.5 - win10
849849
agent:
850850
image: package-ci/win10:v4
851851
type: Unity::VM
852-
flavor: b1.xlarge
852+
flavor: b1.large
853853
commands:
854854
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
855855
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
@@ -897,18 +897,18 @@ preview_apv_-_6000_5_-_win10:
897897
UNITY_LICENSING_SERVER_DELETE_NUL: 0
898898
UNITY_LICENSING_SERVER_DELETE_ULF: 0
899899
UNITY_LICENSING_SERVER_TOOLSET: pro
900-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
900+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
901901
metadata:
902902
Job Maintainers: '#rm-packageworks'
903-
Wrench: 2.2.1.0
903+
Wrench: 2.2.2.0
904904

905905
# Functional tests for dependents found in the latest 6000.6 manifest (MacOS).
906906
preview_apv_-_6000_6_-_macos13:
907907
name: Preview APV - 6000.6 - macos13
908908
agent:
909909
image: package-ci/macos-13:v4
910910
type: Unity::VM::osx
911-
flavor: b1.large
911+
flavor: b1.xlarge
912912
commands:
913913
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
914914
- command: 7z x -aoa wrench-localapv.zip
@@ -955,10 +955,10 @@ preview_apv_-_6000_6_-_macos13:
955955
UNITY_LICENSING_SERVER_DELETE_NUL: 0
956956
UNITY_LICENSING_SERVER_DELETE_ULF: 0
957957
UNITY_LICENSING_SERVER_TOOLSET: pro
958-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
958+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
959959
metadata:
960960
Job Maintainers: '#rm-packageworks'
961-
Wrench: 2.2.1.0
961+
Wrench: 2.2.2.0
962962

963963
# Functional tests for dependents found in the latest 6000.6 manifest (Ubuntu).
964964
preview_apv_-_6000_6_-_ubuntu2204:
@@ -1013,18 +1013,18 @@ preview_apv_-_6000_6_-_ubuntu2204:
10131013
UNITY_LICENSING_SERVER_DELETE_NUL: 0
10141014
UNITY_LICENSING_SERVER_DELETE_ULF: 0
10151015
UNITY_LICENSING_SERVER_TOOLSET: pro
1016-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
1016+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
10171017
metadata:
10181018
Job Maintainers: '#rm-packageworks'
1019-
Wrench: 2.2.1.0
1019+
Wrench: 2.2.2.0
10201020

10211021
# Functional tests for dependents found in the latest 6000.6 manifest (Windows).
10221022
preview_apv_-_6000_6_-_win10:
10231023
name: Preview APV - 6000.6 - win10
10241024
agent:
10251025
image: package-ci/win10:v4
10261026
type: Unity::VM
1027-
flavor: b1.xlarge
1027+
flavor: b1.large
10281028
commands:
10291029
- command: gsudo reg add "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem" /v LongPathsEnabled /t REG_DWORD /d 1 /f
10301030
- command: curl https://artifactory.prd.it.unity3d.com/artifactory/stevedore-unity-internal/wrench-localapv/1-3-0_3978eda62a03e3dbc469ab77590d20f8832032d8e0b586550597b7f590baefec.zip -o wrench-localapv.zip
@@ -1072,8 +1072,8 @@ preview_apv_-_6000_6_-_win10:
10721072
UNITY_LICENSING_SERVER_DELETE_NUL: 0
10731073
UNITY_LICENSING_SERVER_DELETE_ULF: 0
10741074
UNITY_LICENSING_SERVER_TOOLSET: pro
1075-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
1075+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
10761076
metadata:
10771077
Job Maintainers: '#rm-packageworks'
1078-
Wrench: 2.2.1.0
1078+
Wrench: 2.2.2.0
10791079

.yamato/wrench/promotion-jobs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ publish_dry_run_mobile_notifications:
246246
unzip: true
247247
variables:
248248
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
249-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
249+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
250250
metadata:
251251
Job Maintainers: '#rm-packageworks'
252-
Wrench: 2.2.1.0
252+
Wrench: 2.2.2.0
253253

254254
# Publish for mobile.notifications to https://artifactory-slo.bf.unity3d.com/artifactory/api/npm/upm-npm
255255
publish_mobile_notifications:
@@ -488,8 +488,8 @@ publish_mobile_notifications:
488488
unzip: true
489489
variables:
490490
UPMPVP_ACK_UPMPVP_DOES_NO_API_VALIDATION: 1
491-
UPMPVP_CONTEXT_WRENCH: 2.2.1.0
491+
UPMPVP_CONTEXT_WRENCH: 2.2.2.0
492492
metadata:
493493
Job Maintainers: '#rm-packageworks'
494-
Wrench: 2.2.1.0
494+
Wrench: 2.2.2.0
495495

0 commit comments

Comments
 (0)