The Publish task

Last modified: November 18, 2024

Synopsis

Publishes the database project as NuGet package to the NuGet repository.

Description

The Publish task in a Bamboo pipeline is used to release or deploy the build artifact to a target environment.

How to create the Publish task

To add the Publish task, in the Configure Job view, click Add task in the Create tasks section. Then locate and select dbForge DevOps Automation – Publish.

Customization options

  • Task description

Optional: Provide the description for the task.

  • Disable this task

Select to disable the task in your pipeline. If a task is disabled, it will be skipped during the pipeline execution.

Package to publish

Enter the ID of the package you wish to publish. The package version typically defaults to the build number. If you need to override this default behavior, specify a package version in the Override package version field below.

NuGet Feed

  • NuGet feed URL

Enter the fully-qualified URL for you NuGet feed.

  • NuGet feed API Key

If you are using a private NuGet feed, enter an API key for the NuGet feed.

  • Show API Key

Select to display the API key.