Skip to content

Commit c979cdf

Browse files
authored
Add build ID to code flow dependency update commit message (#4757)
Part of #4697
1 parent f68f388 commit c979cdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.DotNet.Darc/DarcLib/VirtualMonoRepo/VersionFileCodeFlowUpdater.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -580,7 +580,7 @@ private async Task<List<DependencyUpdate>> BackflowDependenciesAndToolset(
580580
await targetRepo.StageAsync(["."], cancellationToken);
581581

582582
await targetRepo.CommitAsync(
583-
"Update dependencies from " + build.GetRepository(),
583+
"Update dependencies from " + build.GetRepository() + " build " + build.Id,
584584
allowEmpty: false,
585585
cancellationToken: cancellationToken);
586586

0 commit comments

Comments
 (0)