Skip to content

Commit

Permalink
Fixed deploy script
Browse files Browse the repository at this point in the history
  • Loading branch information
tidusjar committed Jan 23, 2021
1 parent 598c0cf commit 5e126d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azuredevops/pipelines/templates/variables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ variables:
value: "4.0.$(Build.BuildId)"

- name: isMain
value: $[or(contains(variables['Build.SourceBranch'], 'develop'), contains(variables['Build.SourceBranch'], 'main'))]
value: $[or(eq(variables['Build.SourceBranch'], 'refs/heads/develop'), eq(variables['Build.SourceBranch'], 'refs/heads/main'))]

0 comments on commit 5e126d3

Please sign in to comment.