@@ -18,7 +18,7 @@ pack_mathematics:
18
18
image : buildfarm/mac:latest
19
19
flavor : m1.mac
20
20
commands :
21
- - npm install upm-ci-utils -g -- registry https://api.bintray.com/npm/unity/unity-npm
21
+ - npm install upm-ci-utils@stable -- registry https://api.bintray.com/npm/unity/unity-npm -g
22
22
- upm-ci package pack --package-path src/
23
23
artifacts :
24
24
packages :
@@ -36,7 +36,7 @@ validate_mathematics_package_linux:
36
36
type : Unity::VM
37
37
flavor : b1.large
38
38
commands :
39
- - sudo npm install upm-ci-utils -g -- registry https://api.bintray.com/npm/unity/unity-npm
39
+ - sudo npm install upm-ci-utils@stable -- registry https://api.bintray.com/npm/unity/unity-npm -g
40
40
- DISPLAY=:0.0 upm-ci package test --package-path src/ --unity-version 2019.1
41
41
artifacts :
42
42
packages :
@@ -53,7 +53,7 @@ publish:
53
53
image : package-ci/win10:stable
54
54
flavor : m1.large
55
55
commands :
56
- - npm install upm-ci-utils -g -- registry https://api.bintray.com/npm/unity/unity-npm
56
+ - npm install upm-ci-utils@stable -- registry https://api.bintray.com/npm/unity/unity-npm -g
57
57
- upm-ci package publish --package-path src/
58
58
artifacts :
59
59
packages :
@@ -62,6 +62,21 @@ publish:
62
62
dependencies :
63
63
- .yamato/upm-ci.yml#validate_mathematics_package_linux
64
64
65
+ promote :
66
+ name : Promote
67
+ agent :
68
+ type : Unity::VM
69
+ image : package-ci/win10:stable
70
+ flavor : m1.large
71
+ commands :
72
+ - npm install upm-ci-utils@stable --registry https://api.bintray.com/npm/unity/unity-npm -g
73
+ - upm-ci package promote --package-path src/
74
+ artifacts :
75
+ packages :
76
+ paths :
77
+ - " upm-ci~/packages/**/*"
78
+ dependencies :
79
+ - .yamato/upm-ci.yml#publish
65
80
66
81
publish_ci :
67
82
name : all Publish Pipeline
@@ -75,7 +90,7 @@ publish_ci:
75
90
triggers :
76
91
tags :
77
92
only :
78
- - /^(v|V) \d+\.\d+\.\d+(-preview(\.\d+)?)?$/
93
+ - /^\d+\.\d+\.\d+(-preview(\.\d+)?)?$/
79
94
artifacts :
80
95
packages :
81
96
paths :
0 commit comments