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 2f33eb8 commit e98840fCopy full SHA for e98840f
.azure-pipelines/release-pipeline.yml
@@ -64,7 +64,7 @@ extends:
64
LINE_COUNT=$(cat minichangelog.txt | wc -l)
65
if [ "$LINE_COUNT" -lt 3 ]; then
66
echo Mini changelog is too short. Did you use the wrong version number in CHANGELOG.txt?
67
- exit 0
+ exit 1
68
fi
69
displayName: Check for length of mini-changelog
70
CHANGELOG.md
@@ -208,7 +208,7 @@ All of the material changes in this version were courtesy of @50Wliu. Thanks!
208
- Syntax highlighting for Azure Pipelines files
209
- Intellisense for Azure Pipelines files
210
211
-## 1.247.1-beta-0.6
+## 1.247.1-beta-0.7
212
### Added
213
- Added ESRP Esrp CodeSigning step
214
- Updated build generation to sign the VSIX
0 commit comments