Skip to content

Commit

Permalink
Fix archive build
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Apr 10, 2024
1 parent ed52598 commit 9c38ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/build-all-lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ extends:
{
$branch = "dev"
}
elseif ("$(Build.SourceBranch)" -like "refs/heads/archives/*")
elseif ("$(Build.SourceBranchName)" -eq "archives-v3")
{
$branch = "archive"
}
Expand Down

0 comments on commit 9c38ec1

Please sign in to comment.