CalculateSemanticVersionWithGitVersion.

RemoteRepositoryUri Property

Summary

Gets or sets the URL of the remote repository.

Syntax

[Required]
[SuppressMessage("Microsoft.Design", "CA1056:UriPropertiesShouldNotBeStrings", Justification = "This can be an empty string in which case the default origin will be used.")]
public string RemoteRepositoryUri { get; set; }

Attributes

Type Description
Required
SuppressMessageAttribute

Value

Type Description
string