Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Installing NuGet Tool

  • You have username and password (apikey) available with you to access the NuGet source. If not, Contact your Account Executive.

  • Contact your Account Executive to get the NuGet tool and version details.

This task outlines the steps to install the NuGet tool that helps developers to compile and validate your custom code before deployment.
  1. Update the NuGet source using the following command:
    dotnet nuget update source "extensibility-nugets" --source "https://nugets.congacloud.com/index.json" --username "username" --password "key"
  2. Open the Terminal or command prompt.
  3. Run the following command:
    dotnet tool install --global Conga.Platform.Extensibility.CustomCode.Compiler.Tool.Nuget --version <version>
The tool is installed and you can see the success message.
You can now compile and validate your custom code before deployment. For more information, see Validation Custom Code.