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 @@ -35,7 +35,7 @@ package_pack_-_ngo_{{ platform.name }}:
3535{% endif %}
3636 timeout : 0.25
3737 variables :
38- XRAY_PROFILE : " supported ./pvpExceptions.json"
38+ XRAY_PROFILE : " gold ./pvpExceptions.json"
3939 commands :
4040 - upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages
4141 - 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 : " supported ./pvpExceptions.json"
39+ XRAY_PROFILE : " gold ./pvpExceptions.json"
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