2626 image : buildfarm/mac:stable
2727 flavor : m1.mac
2828 commands :
29- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
29+ - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
3030 - upm-ci package pack --package-path package/com.unity.formats.usd
3131 artifacts :
3232 packages :
@@ -42,7 +42,7 @@ test_{{ platform.name }}_{{ editor.version }}:
4242 image : {{ platform.image }}
4343 flavor : {{ platform.flavor}}
4444 commands :
45- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
45+ - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
4646 - upm-ci package test --unity-version {{ editor.version }} --package-path package/com.unity.formats.usd
4747 --enable-code-coverage --code-coverage-options 'enableCyclomaticComplexity;generateHtmlReport'
4848 artifacts :
@@ -64,7 +64,7 @@ test_{{ platform.name }}_{{ editor.version }}:
6464 image : {{ platform.image }}
6565 flavor : {{ platform.flavor}}
6666 commands :
67- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
67+ - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
6868 - upm-ci package test --unity-version {{ editor.version }} --package-path package/com.unity.formats.usd
6969 artifacts :
7070 logs :
@@ -141,7 +141,7 @@ run_preview_verified_staging:
141141 flavor : b1.large
142142 name : Runner
143143 commands :
144- - npm install upm-ci-utils@stable -g --registry https://api.bintray. com/npm/unity/unity -npm
144+ - npm install upm-ci-utils@latest -g --registry https://artifactory.prd.cds.internal.unity3d. com/artifactory/api/npm/upm -npm
145145 - upm-ci package publish --package-path package/com.unity.formats.usd
146146 triggers :
147147 tags :
0 commit comments