diff --git a/.yamato/_templates.yml b/.yamato/_templates.yml index 7a8d97f5785..7c78d67b74f 100644 --- a/.yamato/_templates.yml +++ b/.yamato/_templates.yml @@ -14,7 +14,7 @@ pre_pack_hdrp_template_Win_trunk: image: package-ci/win10:v4.30.0 flavor: b1.large commands: - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - .Editor\Unity.exe -projectPath com.unity.template-hd -batchmode -quit -logFile ./Editor.log dependencies: @@ -53,7 +53,7 @@ test_hdrp_template_Win_trunk: - .yamato/_editor_priming.yml#editor:priming:trunk:Win commands: - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - upm-ci template test -u .\.Editor --project-path com.unity.template-hd artifacts: @@ -156,7 +156,7 @@ pre_pack_hdrp_template_Win_CUSTOM-REVISION: image: package-ci/win10:v4.30.0 flavor: b1.large commands: - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - .Editor\Unity.exe -projectPath com.unity.template-hd -batchmode -quit -logFile ./Editor.log dependencies: @@ -195,7 +195,7 @@ test_hdrp_template_Win_CUSTOM-REVISION: - .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:Win commands: - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - upm-ci template test -u .\.Editor --project-path com.unity.template-hd artifacts: @@ -306,7 +306,7 @@ pre_pack_hdrp_blank_template_Win_trunk: image: package-ci/win10:v4.30.0 flavor: b1.large commands: - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - .Editor\Unity.exe -projectPath com.unity.template.hdrp-blank -batchmode -quit -logFile ./Editor.log dependencies: @@ -345,7 +345,7 @@ test_hdrp_blank_template_Win_trunk: - .yamato/_editor_priming.yml#editor:priming:trunk:Win commands: - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - upm-ci template test -u .\.Editor --project-path com.unity.template.hdrp-blank artifacts: @@ -448,7 +448,7 @@ pre_pack_hdrp_blank_template_Win_CUSTOM-REVISION: image: package-ci/win10:v4.30.0 flavor: b1.large commands: - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - .Editor\Unity.exe -projectPath com.unity.template.hdrp-blank -batchmode -quit -logFile ./Editor.log dependencies: @@ -487,7 +487,7 @@ test_hdrp_blank_template_Win_CUSTOM-REVISION: - .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:Win commands: - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - upm-ci template test -u .\.Editor --project-path com.unity.template.hdrp-blank artifacts: @@ -598,7 +598,7 @@ pre_pack_universal_template_Win_trunk: image: package-ci/win10:v4.30.0 flavor: b1.large commands: - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - .Editor\Unity.exe -projectPath com.unity.template-universal -batchmode -quit -logFile ./Editor.log dependencies: @@ -637,7 +637,7 @@ test_universal_template_Win_trunk: - .yamato/_editor_priming.yml#editor:priming:trunk:Win commands: - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - upm-ci template test -u .\.Editor --project-path com.unity.template-universal artifacts: @@ -740,7 +740,7 @@ pre_pack_universal_template_Win_CUSTOM-REVISION: image: package-ci/win10:v4.30.0 flavor: b1.large commands: - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - .Editor\Unity.exe -projectPath com.unity.template-universal -batchmode -quit -logFile ./Editor.log dependencies: @@ -779,7 +779,7 @@ test_universal_template_Win_CUSTOM-REVISION: - .yamato/_editor_priming.yml#editor:priming:CUSTOM-REVISION:Win commands: - npm install upm-ci-utils@stable -g --registry https://artifactory.prd.cds.internal.unity3d.com/artifactory/api/npm/upm-npm - - choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco - unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only - upm-ci template test -u .\.Editor --project-path com.unity.template-universal artifacts: diff --git a/.yamato/config/__shared.metafile b/.yamato/config/__shared.metafile index fd8cb4ead54..554ffafa518 100644 --- a/.yamato/config/__shared.metafile +++ b/.yamato/config/__shared.metafile @@ -295,7 +295,7 @@ platforms: del revdate.tmp utr & exit 0 unity_downloader_cli: - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --wait --published-only retries: 2 diff --git a/.yamato/config/urp_template.metafile b/.yamato/config/urp_template.metafile index 6d6172711f7..bc71aecf51b 100644 --- a/.yamato/config/urp_template.metafile +++ b/.yamato/config/urp_template.metafile @@ -5,7 +5,7 @@ reuse_blocks: unity_downloader_cli: - [all]: - [Win_DX11, Win_DX12, Win_Vulkan]: - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli -c editor --wait --published-only retries: 2 diff --git a/.yamato/postprocessing-win-dx11.yml b/.yamato/postprocessing-win-dx11.yml index aa5ca64c1aa..d61aeac5caa 100644 --- a/.yamato/postprocessing-win-dx11.yml +++ b/.yamato/postprocessing-win-dx11.yml @@ -23,7 +23,7 @@ PostProcessing_Win_DX11_playmode_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -88,7 +88,7 @@ Build_PostProcessing_Win_DX11_Standalone_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -125,7 +125,7 @@ PostProcessing_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -190,7 +190,7 @@ Build_PostProcessing_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 diff --git a/.yamato/postprocessing-win-dx12.yml b/.yamato/postprocessing-win-dx12.yml index 929e85f957e..ee2dc5fdcb6 100644 --- a/.yamato/postprocessing-win-dx12.yml +++ b/.yamato/postprocessing-win-dx12.yml @@ -23,7 +23,7 @@ PostProcessing_Win_DX12_playmode_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -88,7 +88,7 @@ Build_PostProcessing_Win_DX12_Standalone_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -125,7 +125,7 @@ PostProcessing_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -190,7 +190,7 @@ Build_PostProcessing_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 diff --git a/.yamato/postprocessing-win-vulkan.yml b/.yamato/postprocessing-win-vulkan.yml index b32de5e2eb2..9ae5bedf67c 100644 --- a/.yamato/postprocessing-win-vulkan.yml +++ b/.yamato/postprocessing-win-vulkan.yml @@ -23,7 +23,7 @@ PostProcessing_Win_Vulkan_playmode_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -88,7 +88,7 @@ Build_PostProcessing_Win_Vulkan_Standalone_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -125,7 +125,7 @@ PostProcessing_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -190,7 +190,7 @@ Build_PostProcessing_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 diff --git a/.yamato/urp_template-win-dx11.yml b/.yamato/urp_template-win-dx11.yml index 68025c847cf..a432d9d0e16 100644 --- a/.yamato/urp_template-win-dx11.yml +++ b/.yamato/urp_template-win-dx11.yml @@ -23,7 +23,7 @@ URP_Template_Win_DX11_playmode_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -88,7 +88,7 @@ Build_URP_Template_Win_DX11_Standalone_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only retries: 2 @@ -125,7 +125,7 @@ URP_Template_Win_DX11_playmode_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -190,7 +190,7 @@ Build_URP_Template_Win_DX11_Standalone_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only retries: 2 diff --git a/.yamato/urp_template-win-dx12.yml b/.yamato/urp_template-win-dx12.yml index ad932ea8ac9..adaf8b563cb 100644 --- a/.yamato/urp_template-win-dx12.yml +++ b/.yamato/urp_template-win-dx12.yml @@ -23,7 +23,7 @@ URP_Template_Win_DX12_playmode_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -88,7 +88,7 @@ Build_URP_Template_Win_DX12_Standalone_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only retries: 2 @@ -125,7 +125,7 @@ URP_Template_Win_DX12_playmode_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -190,7 +190,7 @@ Build_URP_Template_Win_DX12_Standalone_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only retries: 2 diff --git a/.yamato/urp_template-win-vulkan.yml b/.yamato/urp_template-win-vulkan.yml index 77caf4044ba..2288d4e0d7e 100644 --- a/.yamato/urp_template-win-vulkan.yml +++ b/.yamato/urp_template-win-vulkan.yml @@ -23,7 +23,7 @@ URP_Template_Win_Vulkan_playmode_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -88,7 +88,7 @@ Build_URP_Template_Win_Vulkan_Standalone_mono_Linear_trunk: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only retries: 2 @@ -125,7 +125,7 @@ URP_Template_Win_Vulkan_playmode_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor -c il2cpp --wait --published-only retries: 2 @@ -190,7 +190,7 @@ Build_URP_Template_Win_Vulkan_Standalone_mono_Linear_CUSTOM-REVISION: commands: - command: curl -s https://artifactory.prd.it.unity3d.com/artifactory/unity-tools-local/utr-standalone/utr.bat --output utr.bat retries: 2 - - command: gsudo choco install unity-downloader-cli -y -s https://artifactory.prd.it.unity3d.com/artifactory/api/nuget/unity-choco-local + - command: gsudo choco install unity-downloader-cli -y -s https://artifactory-slo.bf.unity3d.com/artifactory/api/nuget/choco retries: 2 - command: unity-downloader-cli --source-file unity_revision.txt -c editor --wait --published-only retries: 2