Skip to content

Commit

Permalink
Console python change
Browse files Browse the repository at this point in the history
  • Loading branch information
michalChrobot committed Dec 28, 2024
1 parent e725bd2 commit ef8e65f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .yamato/console-standalone-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
# Platform specific Build
{% if platform.base == "win" %}
# - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat
- python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform {{ platform.name }}
# - py .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform {{ platform.name }}
- utr.bat --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
{% else %}
# - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
Expand Down

0 comments on commit ef8e65f

Please sign in to comment.