dont append quality to version info (#10118)

This commit is contained in:
Anthony Dresser
2020-04-22 12:47:19 -07:00
committed by GitHub
parent 883dcc9789
commit d88918ab40
4 changed files with 22 additions and 5 deletions

View File

@@ -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