We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68f388 commit c979cdfCopy full SHA for c979cdf
src/Microsoft.DotNet.Darc/DarcLib/VirtualMonoRepo/VersionFileCodeFlowUpdater.cs
@@ -580,7 +580,7 @@ private async Task<List<DependencyUpdate>> BackflowDependenciesAndToolset(
580
await targetRepo.StageAsync(["."], cancellationToken);
581
582
await targetRepo.CommitAsync(
583
- "Update dependencies from " + build.GetRepository(),
+ "Update dependencies from " + build.GetRepository() + " build " + build.Id,
584
allowEmpty: false,
585
cancellationToken: cancellationToken);
586
0 commit comments