Show / Hide Table of Contents

How to add the Sartorius NuGet server

The following tutorial provides step-by-step instructions to add the Sartorius NuGet server to your Visual Studio and shows, how to install a Sartorius NuGet package.

Configure NuGet

 

  1. Open your Visual Studio.
  2. Choose "Tools" in the main menu stripe.
  3. Select "Library Package Manager" and then the sub option "Package Manager Settings".


    Nuget 01

  4. Add a new package source with the plus button on top.
  5. Select the new entry and choose the name. This should be something like "Sartorius NuGet Server".
  6. Add as source the following path: https://tfs.sartorius.com:443/nuget/nuget (use https://tfs.sartorius.com/tfs/SoftwareApplications/_packaging/sartorius/nuget/v3/index.json if you need a nuget v3 source)
  7. Confirm the changes and close the dialog with the "OK" button.


    Nuget 02

Install a NuGet package

 

  1. Open a Solution.
  2. Go to the Solution Explorer and choose "References".
  3. Use the right mouse button and select "Manage NuGet Packages …"


    Nuget 03

  Now you can see the Sartorius NuGet server on the left tree menu, choose this with the left mouse button. If anything works correct, you can see the uploaded packages. Choose one package and use the "Install" button. The package is now added to your references and you can use the included functions in your project.


Nuget 04

Note

This tutorial was created with Visual Studio 2012. The menus may look different in other versions. If the NuGet Menu asks you for credentials, try to use your normal login credentials. NuGet documentation: http://docs.nuget.org/

  • Improve this Doc
Back to top Generated by DocFX