Commit 7561385
committed
[BUGFIX] Azdo client fetches wrong branch's SHA
TargetBranchCommitSha was erroneously called "target branch" because it
represents the branch in the codeflow that belongs to the `target` repo.
Howevever, in practice it is actually the PR Head branch. Therefore it
is now renamed to HeadBranchCommitSha.
Furthermore, setting HeadBRanchCommitSha is fixed in the Azdo client.1 parent 83c2628 commit 7561385
File tree
4 files changed
+5
-5
lines changed- src
- Microsoft.DotNet.Darc/DarcLib
- Models
- ProductConstructionService/ProductConstructionService.DependencyFlow
- test/ProductConstructionService.DependencyFlow.Tests
4 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
| 347 | + | |
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
418 | 418 | | |
419 | 419 | | |
420 | 420 | | |
421 | | - | |
| 421 | + | |
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
466 | 466 | | |
467 | 467 | | |
468 | 468 | | |
469 | | - | |
| 469 | + | |
470 | 470 | | |
471 | 471 | | |
472 | 472 | | |
| |||
0 commit comments