From cc955e067098a2ca492daedb8b5c8a5ec7889e68 Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Thu, 19 Apr 2018 10:19:48 +0200 Subject: [PATCH] comment out smoketest from product build for now --- build/tfs/product-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/tfs/product-build.yml b/build/tfs/product-build.yml index e8ff8a943b8..2a0f41bb644 100644 --- a/build/tfs/product-build.yml +++ b/build/tfs/product-build.yml @@ -40,7 +40,7 @@ phases: - powershell: | npm run gulp -- "electron-$(VSCODE_ARCH)" .\scripts\test.bat --build --tfs - yarn smoketest -- --build "$(agent.builddirectory)\VSCode-win32-$(VSCODE_ARCH)" + # yarn smoketest -- --build "$(agent.builddirectory)\VSCode-win32-$(VSCODE_ARCH)" name: test - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1 @@ -362,7 +362,7 @@ phases: - script: | ./scripts/test.sh --build --tfs APP_NAME="`ls $(agent.builddirectory)/VSCode-darwin | head -n 1`" - yarn smoketest -- --build "$(agent.builddirectory)/VSCode-darwin/$APP_NAME" + # yarn smoketest -- --build "$(agent.builddirectory)/VSCode-darwin/$APP_NAME" name: test - script: |