mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
dont append quality to version info (#10118)
This commit is contained in:
@@ -109,11 +109,6 @@ steps:
|
||||
|
||||
VERSION=$(node -p "require(\"./package.json\").version")
|
||||
|
||||
if [ "$VSCODE_QUALITY" != "stable" ]
|
||||
then
|
||||
VERSION="$VERSION-$VSCODE_QUALITY"
|
||||
fi
|
||||
|
||||
echo -e "{ \"version\": \"$VERSION\", \"quality\": \"$VSCODE_QUALITY\", \"commit\": \"$BUILD_SOURCEVERSION\" }" > ".build/version.json"
|
||||
|
||||
node build/azure-pipelines/common/copyArtifacts.js
|
||||
|
||||
Reference in New Issue
Block a user