File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,6 @@ package_pack_-_ngo_{{ platform.name }}:
37
37
variables :
38
38
XRAY_PROFILE : " gold ./pvpExceptions.json"
39
39
commands :
40
- - python Tools/scripts/release.py # Needed to ensure that CHANGELOG is properly formatted for this test due to the fact that we have bumped package version (to properly perform vetting tests)
41
40
- upm-pvp pack "com.unity.netcode.gameobjects" --output upm-ci~/packages
42
41
- upm-pvp xray --packages "upm-ci~/packages/com.unity.netcode.gameobjects*.tgz" --results pvp-results
43
42
- upm-pvp require {% if platform.name == "win" %}"%XRAY_PROFILE%"{% else %}"$XRAY_PROFILE"{% endif %} --results pvp-results --allow-missing
@@ -48,4 +47,4 @@ package_pack_-_ngo_{{ platform.name }}:
48
47
packages :
49
48
paths :
50
49
- " upm-ci~/**"
51
- {% endfor -%}
50
+ {% endfor -%}
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ vetting_test:
10
10
name : MP Tools - Vetting Test (Win, {{editor}} LTS)
11
11
agent : { type: Unity::VM, flavor: b1.large, image: package-ci/win11:v4 }
12
12
commands :
13
- - python Tools/scripts/release.py # Needed to ensure that CHANGELOG is properly formatted for this test
14
13
- npm install -g "upm-ci-utils@stable" --registry https://artifactory.prd.it.unity3d.com/artifactory/api/npm/upm-npm
15
14
- unity-downloader-cli --fast --wait --unity-version {{ editor }} --components editor --arch x64
16
15
- upm-ci package pack --package-path com.unity.netcode.gameobjects
@@ -22,4 +21,4 @@ vetting_test:
22
21
- test-results/**
23
22
- upm-ci~/test-results/**
24
23
- upm-ci~/upm-ci.log
25
- {% endfor -%}
24
+ {% endfor -%}
You can’t perform that action at this time.
0 commit comments