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