File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ build_{{ project.name }}_{{ editor }}_{{ platform.name }}:
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
25- - python .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform {{ platform.name }}
25+ # - py .yamato/disable-burst-if-requested.py --project-path {{ project.path }} --platform {{ platform.name }}
2626 - 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
2727{% else %}
2828# - curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr --output utr
You can’t perform that action at this time.
0 commit comments