Skip to content

Commit

Permalink
Updated the ROS on Windows feed URL (#1743)
Browse files Browse the repository at this point in the history
Signed-off-by: seanyen <seanyen@microsoft.com>
  • Loading branch information
seanyen committed Aug 31, 2020
1 parent a28e24a commit 2137b84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2137b84

Please sign in to comment.