File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ promotion_test_{{ platform.name }}_{{ editor.version }}:
24
24
variables :
25
25
UPMCI_PROMOTION : 1
26
26
commands :
27
- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
27
+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
28
28
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.formats.fbx
29
29
artifacts :
30
30
logs :
@@ -47,7 +47,7 @@ promote:
47
47
variables :
48
48
UPMCI_PROMOTION : 1
49
49
commands :
50
- - npm install upm-ci-utils@latest -g --registry https://api.bintray. com/npm/unity/unity -npm
50
+ - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
51
51
- upm-ci package promote --package-path com.unity.formats.fbx
52
52
triggers :
53
53
tags :
Original file line number Diff line number Diff line change 26
26
flavor : b1.small
27
27
commands :
28
28
- ./build.sh
29
- - npm install -g upm-ci-utils@stable --registry https://api.bintray. com/npm/unity/unity -npm
29
+ - npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
30
30
- upm-ci package pack --package-path com.unity.formats.fbx
31
31
artifacts :
32
32
packages :
@@ -43,7 +43,7 @@ test_{{ platform.name }}_{{ editor.version }}:
43
43
image : {{ platform.image }}
44
44
flavor : {{ platform.flavor}}
45
45
commands :
46
- - npm install -g upm-ci-utils@stable --registry https://api.bintray. com/npm/unity/unity -npm
46
+ - npm install -g upm-ci-utils@stable --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
47
47
- upm-ci package test --unity-version {{ editor.version }} --package-path com.unity.formats.fbx
48
48
artifacts :
49
49
logs :
@@ -95,7 +95,7 @@ publish:
95
95
image : package-ci/win10:stable
96
96
flavor : b1.small
97
97
commands :
98
- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
98
+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
99
99
- upm-ci package publish --package-path com.unity.formats.fbx
100
100
triggers :
101
101
tags :
You can’t perform that action at this time.
0 commit comments