File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ package_pack_-_ngo_{{ platform.name }}:
4040{% endif %}
4141 timeout : 0.25
4242 variables :
43- XRAY_PROFILE : " gold ./pvpExceptions.json"
43+ XRAY_PROFILE : " gold ./pvpExceptions.json rme "
4444 commands :
4545 - upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages
4646 - upm-pvp xray --packages "upm-ci~/packages/com.unity.netcode.gameobjects*.tgz" --results pvp-results
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ package_test_-_ngo_{{ editor }}_{{ platform.name }}:
3636 model : {{ platform.model }} # This is set only in platforms where we want non-default model to use (more information in project.metafile)
3737{% endif %}
3838 variables :
39- XRAY_PROFILE : " gold ./pvpExceptions.json"
39+ XRAY_PROFILE : " gold ./pvpExceptions.json rme "
4040 UNITY_EXT_LOGGING : 1
4141 commands :
4242 - unity-downloader-cli --fast --wait -u {{ editor }} -c Editor {% if platform.name == "mac" %} --arch arm64 {% endif %} # For macOS we use ARM64 models.
You can’t perform that action at this time.
0 commit comments