Skip to content

Rider ide setup

Installation

  1. Download Rider Toolbox: https://www.jetbrains.com/toolbox-app/
  2. Install Rider ide from Toolbox

Setting up nuget source to azure devops

  1. Create a new private access token in azure devops, make sure to copy the access token.
  2. Open nuget settings and change credential provider from rider integrated to .NET CLI Plugins, then rider integrated
  3. Go to rider and open nuget Sources
  4. Enter the url to the azure dev private nuget feed (https://pkgs.dev.azure.com/MAJORITY/_packaging/MAJORITY/nuget/v3/index.json)
  5. Enter username, firstname.lastname@majority.com
  6. Paste the access token as password