Class RepoPackageInfo
Some information about the repository in which the package was created: https://learn.microsoft.com/en-us/nuget/reference/nuspec#repository
Inheritance
object
RepoPackageInfo
Namespace: BuildSystem.Package
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public class RepoPackageInfo : Object
Constructors
RepoPackageInfo()
Declaration
public RepoPackageInfo()
Properties
Branch
Repository branch name
Declaration
public string? Branch { get; set; }
Property Value
Type | Description |
---|---|
string |
Commit
Repository commit sha
Declaration
public string? Commit { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Repository type
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
Remote repository url
Declaration
public string? Url { get; set; }
Property Value
Type | Description |
---|---|
string |