Rider ide setup¶
Installation¶
- Download Rider Toolbox: https://www.jetbrains.com/toolbox-app/
- Install Rider ide from Toolbox
Setting up nuget source to azure devops¶
- Create a new private access token in azure devops, make sure to copy the access token.
- Open nuget settings and change credential provider from rider integrated to .NET CLI Plugins, then rider integrated
- Go to rider and open nuget Sources
- Enter the url to the azure dev private nuget feed (https://pkgs.dev.azure.com/MAJORITY/_packaging/MAJORITY/nuget/v3/index.json)
- Enter username, firstname.lastname@majority.com
- Paste the access token as password