Skip to content

Commit

Permalink
Update ADO build template
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Nov 2, 2023
1 parent 0bd4ae9 commit d4aa96c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-devops/common/template-to-build-projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ steps:
}
# Other branches: 1.2.4-Preview-23296-1
if ("$branch" -ne "dev" -or "$branch" -ne "main")
if ("$branch" -ne "dev" -and "$branch" -ne "main")
{
$package = "$($builds[0]).$($builds[1]).$($builds[2])-preview.$($builds[3]).$($builds[4])"
$sign = "false"
Expand Down

0 comments on commit d4aa96c

Please sign in to comment.