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 7f52b1f commit b681bc6Copy full SHA for b681bc6
azure-pipelines.yml
@@ -25,7 +25,7 @@ variables:
25
26
steps:
27
- pwsh: |
28
- $releaseBranches = @('v4.x/ps7.2', 'v4.x/ps7.0', 'v3.x/ps7', 'v3.x/ps6', 'v2.x')
+ $releaseBranches = @('v4.x/ps7.4', 'v4.x/ps7.2', 'v4.x/ps7.0', 'v3.x/ps7', 'v3.x/ps6', 'v2.x')
29
30
Write-Host "BuildSourceBranch: $($env:BuildSourceBranch)"
31
$branchName = $env:BuildSourceBranch.Replace("refs/heads/", "")
0 commit comments