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