File tree Expand file tree Collapse file tree 2 files changed +2843
-2
lines changed Expand file tree Collapse file tree 2 files changed +2843
-2
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,13 @@ pack_{{ project.name }}:
10
10
commands :
11
11
- npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm
12
12
- upm-ci project pack --project-path {{ project.path }}
13
+ - upm-pvp xray --packages "upm-ci~/packages/*.tgz" --results upm-ci~/xray
14
+ - upm-pvp require "$XRAY_PROFILE" --allow-missing --results upm-ci~/xray --exemptions upm-ci~/xray/new-exemptions.json || true
15
+ - upm-pvp require "$XRAY_PROFILE ./pvp-exemptions.json" --results upm-ci~/xray
13
16
artifacts :
14
17
packages :
15
18
paths :
16
- - " upm-ci~/packages/**/ *"
19
+ - " upm-ci~/* *"
17
20
{% endfor -%}
18
21
19
22
# Pack minimal project with different versions of dependencies
@@ -35,10 +38,13 @@ pack_{{ project.name }}_{{ dependency.name }}@{{ dependency.version }}:
35
38
- unity-config settings project-path {{ project.path }}
36
39
- unity-config project add dependency {{ dependency.name }}@{{ dependency.version }}
37
40
- upm-ci project pack --project-path {{ project.path }}
41
+ - upm-pvp xray --packages "upm-ci~/packages/*.tgz" --results upm-ci~/xray
42
+ - upm-pvp require "$XRAY_PROFILE" --allow-missing --results upm-ci~/xray --exemptions upm-ci~/xray/new-exemptions.json || true
43
+ - upm-pvp require "$XRAY_PROFILE ./pvp-exemptions.json" --results upm-ci~/xray
38
44
artifacts :
39
45
packages :
40
46
paths :
41
- - " upm-ci~/packages/**/ *"
47
+ - " upm-ci~/* *"
42
48
{% endfor -%}
43
49
{% endif -%}
44
50
{% endfor -%}
You can’t perform that action at this time.
0 commit comments