Updated the ROS on Windows feed URL (#1743)

Signed-off-by: seanyen <seanyen@microsoft.com>
master
Sean Yen 2020-08-31 02:23:47 -07:00 committed by GitHub
parent a28e24a37d
commit 2137b8477e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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