From 0be0a4d30426d3a30233bf974f5d79a8776469f0 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 4 Jul 2019 11:11:04 +0200 Subject: [PATCH] fix build --- build/azure-pipelines/product-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azure-pipelines/product-compile.yml b/build/azure-pipelines/product-compile.yml index 983cb37e7bc..9d3ede095b1 100644 --- a/build/azure-pipelines/product-compile.yml +++ b/build/azure-pipelines/product-compile.yml @@ -101,7 +101,7 @@ steps: yarn gulp compile-extensions-build yarn gulp minify-vscode yarn gulp minify-vscode-reh - yarn gulp minify-vscode-server + yarn gulp minify-vscode-web displayName: Compile condition: and(succeeded(), ne(variables['CacheRestored-Compilation'], 'true')) -- GitLab