File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
4343 model : {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
4444{% endif %}
4545 commands :
46- - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %} {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models
46+ - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if backend == "il2cpp" %} -c il2cpp {% endif %}
4747 - UnifiedTestRunner --suite=playmode --platform={{ platform.standalone }} --editor-location=.Editor --testproject={{ project.path }} --scripting-backend={{ backend }} --testfilter="Unity.Netcode.RuntimeTests.*" --player-save-path=build/players --artifacts-path=artifacts --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only --timeout=1800
4848 artifacts :
4949 players :
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
3939 XRAY_PROFILE : " supported ./pvpExceptions.json"
4040 UNITY_EXT_LOGGING : 1
4141 commands :
42- - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models
42+ - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor
4343
4444 # Validate PVP checks for package.
4545 - upm-pvp test --unity .Editor --packages "upm-ci~/packages/*.tgz" --filter "com.unity.netcode.gameobjects" --results pvp-results
You can’t perform that action at this time.
0 commit comments