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 6075e6f commit 3a2fff2Copy full SHA for 3a2fff2
.azure-pipelines/publish.yml
@@ -37,8 +37,8 @@ extends:
37
artifact: esrp-build
38
steps:
39
- bash: |
40
- if [[ ! "$CURRENT_BRANCH" =~ ^release-.* ]]; then
41
- echo "Can only publish from a release branch."
+ if [[ ! "$CURRENT_BRANCH" =~ ^v1\\..* ]]; then
+ echo "Can only publish from a release tag branch (v1.*)."
42
echo "Unexpected branch name: $CURRENT_BRANCH"
43
exit 1
44
fi
0 commit comments