fix: disable windows' appx (#1321)

This commit is contained in:
Baptiste Augrain
2022-11-04 12:48:12 +01:00
committed by GitHub
parent 82818e303b
commit 0a4c9f8822
2 changed files with 16 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ if [[ "${SKIP_BUILD}" == "no" ]]; then
rm -rf vscode* VSCode*
. get_repo.sh
. version.sh
# save variables for later
echo "MS_TAG=\"${MS_TAG}\"" > build.env