Table of Contents

Producing NuGet packages via SLC SE Repository Manager

Important

This section includes information that is only applicable to Skyline employees and/or links that are only accessible to Skyline employees.

Enable the NuGet-related stages:

  1. In the SLC SE Repo manager, go to the Custom Solutions tab.

  2. Click the NuGet button in the lower right corner to add another JenkinsNuGetConfiguration.xml file that allows you to enable and configure NuGet-related stages in the pipeline, including enabling or disabling the creation, signing, and publishing of NuGet packages.

    Tip

    For an overview of the expected content of this file, refer to the NuGet stages XML schema.

    The pipeline is designed to automatically generate pre-release packages, which can be used during development. Every build will result in its own pre-release package. Every release build will result in its own signed released package.