Settings for creating and publishing NuGet packages.
public sealed class DotNetPackageSettings
name | description |
---|---|
DotNetPackageSettings() | The default constructor. |
FindProjects { get; set; } | Called to find the projects to package. |
GitLogin { get; set; } | Credentials used to push tags to git. |
GitRepositoryUrl { get; set; } | The URL of the git repository where tags are pushed. |
PushTagOnPublish { get; set; } | Set if a git tag should be pushed when a NuGet package is published. |
Clone() | Clones the settings. |