Commit b25504b
committed
Fix tag build branch resolution matching HEAD alias
The PowerShell script matched 'origin/HEAD -> origin/main' instead of
'origin/main', causing GIT_BRANCH to be set to an invalid value and
GitVersion to fail with undefined output on tag builds.1 parent a376032 commit b25504b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
0 commit comments