We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf7a1a4 commit c799bffCopy full SHA for c799bff
.yamato/package-pack.yml
@@ -37,6 +37,7 @@ package_pack_-_ngo_{{ platform.name }}:
37
variables:
38
XRAY_PROFILE: "gold ./pvpExceptions.json"
39
commands:
40
+ - python Tools/scripts/release.py # Needed to ensure that CHANGELOG is properly formatted for this test
41
- upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages
42
- upm-pvp xray --packages "upm-ci~/packages/com.unity.netcode.gameobjects*.tgz" --results pvp-results
43
- upm-pvp require {% if platform.name == "win" %}"%XRAY_PROFILE%"{% else %}"$XRAY_PROFILE"{% endif %} --results pvp-results --allow-missing
0 commit comments