2 writes to CommitSha
Microsoft.DotNet.Build.Tasks.Feed (2)
src\model\SetupTargetFeedConfigV3.cs (2)
205
CommitSha
= CommitSha,
233
CommitSha
= CommitSha
3 references to CommitSha
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)}";