feat: update insider.json when manual build is ok (#1234)

This commit is contained in:
Baptiste Augrain
2022-09-04 20:50:52 +02:00
committed by GitHub
parent b8acee21ca
commit 37210e8499
2 changed files with 6 additions and 2 deletions

View File

@@ -55,6 +55,10 @@ rm -rf vscode* VSCode*
. get_repo.sh
. build.sh
if [[ "${VSCODE_QUALITY}" == "insider" && "${VSCODE_LATEST}" == "yes" ]]; then
echo "$( cat "insider.json" | jq --arg 'tag' "${MS_TAG/\-insider/}" --arg 'commit' "${MS_COMMIT}" '. | .tag=$tag | .commit=$commit' )" > "insider.json"
fi
if [[ "${SKIP_PACKAGES}" == "no" ]]; then
if [[ "${OS_NAME}" == "windows" ]]; then
rm -rf build/windows/msi/releasedir