File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments