update distro

This commit is contained in:
Benjamin Pasero 2019-10-03 07:30:11 +02:00
parent a655c0836d
commit 31a8a2c26e
3 changed files with 1 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{
"name": "code-oss-dev",
"version": "1.39.0",
"distro": "34784c4c1bcc5c753d86948b5dfc49ce916598b4",
"distro": "967a5f6fb3ab3baa4f996b757db7312f81df41b5",
"author": {
"name": "Microsoft Corporation"
},

View file

@ -20,7 +20,6 @@ if "%INTEGRATION_TEST_ELECTRON_PATH%"=="" (
call yarn gulp compile-extension:css-language-features-server
call yarn gulp compile-extension:html-language-features-server
call yarn gulp compile-extension:json-language-features-server
call yarn gulp compile-extension:image-preview
echo "Running integration tests with '%INTEGRATION_TEST_ELECTRON_PATH%' as build."
)

View file

@ -29,7 +29,6 @@ else
yarn gulp compile-extension:css-language-features-server
yarn gulp compile-extension:html-language-features-server
yarn gulp compile-extension:json-language-features-server
yarn gulp compile-extension:image-preview
echo "Running integration tests with '$INTEGRATION_TEST_ELECTRON_PATH' as build."
fi