@@ -89,7 +89,7 @@ pack_{{ package.id }}:
8989 image : package-ci/win10:stable
9090 flavor : b1.large
9191 commands :
92- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
92+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
9393 - upm-ci package pack --package-path {{ package.packagename }}
9494 artifacts :
9595 packages :
@@ -107,7 +107,7 @@ test_{{ package.id }}_{{ platform.name }}_{{ editor.version }}:
107107 image : {{ platform.agent.image }}
108108 flavor : {{ platform.agent.flavor }}
109109 commands :
110- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
110+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
111111 - pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
112112 - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
113113 {% if package.hascodependencies %}
@@ -137,7 +137,7 @@ test_{{ package.id }}_{{ platform.name }}_{{ editor.version }}_dependencies:
137137 image : {{ platform.agent.image }}
138138 flavor : {{ platform.agent.flavor }}
139139 commands :
140- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
140+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
141141 - pip install unity-downloader-cli --extra-index-url https://artifactory.internal.unity3d.com/api/pypi/common-python/simple --upgrade
142142 - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only
143143 {% if package.hascodependencies %}
@@ -166,7 +166,7 @@ all_package_ci_{{ editor.version }}:
166166 image : package-ci/win10:stable
167167 flavor : b1.large
168168 commands :
169- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
169+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
170170 - upm-ci package izon -t
171171 - upm-ci package izon -d
172172 dependencies :
@@ -186,7 +186,7 @@ publish_{{ package.id }}:
186186 image : package-ci/win10:stable
187187 flavor : b1.large
188188 commands :
189- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
189+ - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
190190 - upm-ci package publish --package-path {{ package.packagename }}
191191 artifacts :
192192 packages :
0 commit comments