Skip to content

Commit 62fa2e7

Browse files
committed
changing utr command
1 parent 5dca22d commit 62fa2e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/mobile-build-and-run.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ Build_Player_With_Tests_Android_{{ project.name }}_{{ editor }}:
4646
commands:
4747
# Download unity-downloader-cli
4848
- pip install unity-downloader-cli==1.2.0 --index-url https://artifactory.prd.it.unity3d.com/artifactory/api/pypi/pypi/simple --upgrade
49-
- curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools/utr-standalone/utr.bat --output utr.bat
50-
- chmod +x utr.bat
49+
- curl -s https://artifactory.internal.unity3d.com/core-automation/tools/utr-standalone/utr --output utr
50+
- chmod +x utr
5151
- python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform Android
5252
- unity-downloader-cli -c Editor -c Android -u {{ editor }} --fast --wait
5353
# Build player(s)
5454
- set UTR_VERSION=0.12.0
55-
- ./utr.bat --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --scripting-backend=mono --build-only --testfilter=Unity.BossRoom.Tests.Runtime
55+
- ./utr --suite=playmode --platform=Android --editor-location=.Editor --testproject={{ project.path }} --player-save-path=build/players --artifacts_path=build/logs --scripting-backend=mono --build-only --testfilter=Unity.BossRoom.Tests.Runtime
5656
artifacts:
5757
players:
5858
paths:

0 commit comments

Comments
 (0)