From 2137b8477e2e42a1615ca34d7e4a7af69feb65fe Mon Sep 17 00:00:00 2001 From: Sean Yen Date: Mon, 31 Aug 2020 02:23:47 -0700 Subject: [PATCH] Updated the ROS on Windows feed URL (#1743) Signed-off-by: seanyen --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 096ed61..cd6c908 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,7 +19,7 @@ jobs: timeoutInMinutes: 360 steps: - script: | - choco sources add -n=roswin -s https://roswin.azurewebsites.net/api/v2/ --priority 1 + choco sources add -n=roswin -s https://aka.ms/ros/public --priority 1 rem Azure VM runs out of space on C:, so use D: for ros and rosdeps mkdir D:\opt && mklink /J C:\opt D:\opt choco upgrade %ROS_METAPACKAGE% -y