3 references to ShaUsableLength
Microsoft.DotNet.Build.Tasks.Feed (3)
src\CreateAzureDevOpsFeed.cs (3)
83
if (CommitSha?.Length <
ShaUsableLength
)
85
Log.LogError($"The CommitSHA should be at least {
ShaUsableLength
} characters long: CommitSha is '{CommitSha}'. Aborting feed creation.");
109
string baseFeedName = FeedName ?? $"darc-{GetFeedVisibilityTag(AzureDevOpsOrg, AzureDevOpsProject)}{extraContentInfo}-{feedCompatibleRepositoryName}-{CommitSha.Substring(0,
ShaUsableLength
)}";