Skip to content

Commit

Permalink
Merge pull request #163 from pippolino/hotfix/6.2.2
Browse files Browse the repository at this point in the history
Hotfix/6.2.2
  • Loading branch information
pippolino authored Apr 10, 2024
2 parents 927c88b + 166edb2 commit 6dc8fe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ variables:
- name: PublishEnvironment
${{ if startsWith( variables['Build.SourceBranch'], 'refs/tags/' ) }}:
value: 'Release'
${{ if startsWith( variables['Build.SourceBranch'], 'refs/heads/feature/' ) }}:
${{ elseif startsWith( variables['Build.SourceBranch'], 'refs/heads/feature/' ) }}:
value: 'Development'
${{ if startsWith( variables['Build.SourceBranch'], 'refs/heads/hotfix/' ) }}:
${{ elseif startsWith( variables['Build.SourceBranch'], 'refs/heads/hotfix/' ) }}:
value: 'Hotfix'
${{ else }}:
value: 'Development'
Expand Down

0 comments on commit 6dc8fe4

Please sign in to comment.