Skip to content

Commit b681bc6

Browse files
Add v4.x/ps7.4 to the list of release branches (#914)
1 parent 7f52b1f commit b681bc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ variables:
2525

2626
steps:
2727
- pwsh: |
28-
$releaseBranches = @('v4.x/ps7.2', 'v4.x/ps7.0', 'v3.x/ps7', 'v3.x/ps6', 'v2.x')
28+
$releaseBranches = @('v4.x/ps7.4', 'v4.x/ps7.2', 'v4.x/ps7.0', 'v3.x/ps7', 'v3.x/ps6', 'v2.x')
2929
3030
Write-Host "BuildSourceBranch: $($env:BuildSourceBranch)"
3131
$branchName = $env:BuildSourceBranch.Replace("refs/heads/", "")

0 commit comments

Comments
 (0)