Skip to content

Commit 61a8585

Browse files
Update azure_pipeline_validation_appmonitoring.yaml for Azure Pipelines
1 parent 40f9026 commit 61a8585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/azure_pipeline_validation_appmonitoring.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
## prod release are in format Major.Minor.Patch
3737
## preview release are in format preview-Major.Minor.Patch
3838
- bash: |
39-
commit=$(git describe --tags)
39+
commit=$(git describe --exact-match --tags)
4040
imageTag="$commit"
4141
4242
echo "imageTag is $imageTag"

0 commit comments

Comments
 (0)