Skip to content

Commit c57659b

Browse files
committed
update
1 parent f3b4338 commit c57659b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.yamato/console-standalone-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
1616
flavor: {{ platform.flavor }}
1717
commands:
1818
# Installing tools. unity-downloader-cli and utr is already preinstalled on the image
19-
19+
- choco install unity-downloader-cli -y
2020
- unity-downloader-cli -u {{ editor }} -c Editor -c il2cpp -c {{ platform.name }} --fast --wait
2121

2222
# Platform specific Build
2323
{% if platform.base == "win" %}
2424
# - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
2525
# - py .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform {{ platform.name }}
26-
- UnifiedTestRunner.exe --artifacts_path=build/logs --testproject={{ project.path }} architecture={% if platform.name == "switch" %}arm64{% else %}x64{% endif %} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --testCategory=!Performance --scripting-backend=il2cpp
26+
- utr --artifacts_path=build/logs --testproject={{ project.path }} architecture={% if platform.name == "switch" %}arm64{% else %}x64{% endif %} --editor-location=.Editor --reruncount=1 --clean-library-on-rerun --suite=playmode --platform={{ platform.standalone }} --build-only --player-save-path=build/players --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --testCategory=!Performance --scripting-backend=il2cpp
2727
{% else %}
2828
# - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
2929
- chmod +x ./utr

0 commit comments

Comments
 (0)