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 b8030f1 commit 8f59a9cCopy full SHA for 8f59a9c
azure-pipelines-sb.yml
@@ -13,7 +13,7 @@ steps:
13
inputs:
14
targetType: "inline"
15
script: |
16
- if [ $(Build.SourceBranch) != "refs/heads/main" ]
+ if [ $(Build.SourceBranch) != "refs/heads/master" ]
17
then
18
# Lowercase
19
tag=$(sed 's/.*/\L&/' <<< $(Build.SourceBranchName))
0 commit comments