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
Optional: Provide the description for the 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
Enter the fully-qualified URL for you NuGet feed.
If you are using a private NuGet feed, enter an API key for the NuGet feed.
Select to display the API key.