Skip to content

Commit ff8adff

Browse files
committed
fix
1 parent 017cfde commit ff8adff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.yamato/package-pack.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
# It may be confusing that a mac package test job depends on ubuntu pack, but it simplifies the configuration so this comment should help clarifying
2828
# This also reduces overhead since there is no point of running essentially 2 same jobs
2929
package_pack_-_ngo_ubuntu:
30-
name: Package Pack (and x-ray) - NGO [{{ platform.name }}]
30+
name: Package Pack (and x-ray) - NGO [ubuntu]
3131
agent: { type: Unity::VM, flavor: b1.small, image: package-ci/ubuntu-22.04:v4 }
3232
timeout: 0.25
3333
variables:
3434
XRAY_PROFILE: "supported ./pvpExceptions.json"
3535
commands:
3636
# Remove ValidationExceptions.json and its .meta file if they exist. For this specific test it's necessary (otherwise we want to keep them since we use those for release).
37-
- rm -f Packages/com.unity.netcode.gameobjects/ValidationExceptions.json
38-
- rm -f Packages/com.unity.netcode.gameobjects/ValidationExceptions.json.meta
37+
- rm -f com.unity.netcode.gameobjects/ValidationExceptions.json
38+
- rm -f com.unity.netcode.gameobjects/ValidationExceptions.json.meta
3939

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

0 commit comments

Comments
 (0)