File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ desktop_standalone_build_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
4141# Build Player
4242 - |
4343{% if platform.name == "win" %}
44- utr.bat --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=build/logs --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only
44+ utr.bat --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=build/logs --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only
4545{% else %}
46- ./utr --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=build/logs --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only
46+ ./utr --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=build/logs --extra-editor-arg=-batchmode --extra-editor-arg=-nographics --reruncount=1 --clean-library-on-rerun --build-only
4747{% endif %}
4848
4949 artifacts :
@@ -86,9 +86,9 @@ desktop_standalone_test_{{ project.name }}_{{ platform.name }}_{{ backend }}_{{
8686# Run Standalone tests
8787 - |
8888{% if platform.name == "win" %}
89- utr.bat --suite=playmode --player-load-path=build/players --artifacts_path=build/test-results --testproject={{ project.path }} --testfilter=Unity.Netcode.RuntimeTests.* --playergraphicsapi=Null --reruncount=1 --clean-library-on-rerun
89+ utr.bat --suite=playmode --player-load-path=build/players --artifacts_path=build/test-results --testproject={{ project.path }} --testfilter=" Unity.Netcode.RuntimeTests.*" --playergraphicsapi=Null --reruncount=1 --clean-library-on-rerun
9090{% else %}
91- ./utr --suite=playmode --player-load-path=build/players --artifacts_path=build/test-results --testproject={{ project.path }} --testfilter=Unity.Netcode.RuntimeTests.* --playergraphicsapi=Null --reruncount=1 --clean-library-on-rerun
91+ ./utr --suite=playmode --player-load-path=build/players --artifacts_path=build/test-results --testproject={{ project.path }} --testfilter=" Unity.Netcode.RuntimeTests.*" --playergraphicsapi=Null --reruncount=1 --clean-library-on-rerun
9292{% endif %}
9393
9494 artifacts :
You can’t perform that action at this time.
0 commit comments