From d00ee6d4f491fb08311963a466fdba51c751e139 Mon Sep 17 00:00:00 2001 From: Chris Patterson Date: Sat, 20 Jan 2018 09:31:07 -0500 Subject: [PATCH] Update .vsts-ci.yml --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index a6ed453c3c900..2b6e364b6d408 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -1,4 +1,4 @@ -variables: +-variables: ELECTRON_RUN_AS_NODE: 1 VSCODE_BUILD_VERBOSE: true System.Debug: true @@ -6,7 +6,7 @@ variables: steps: - powershell: | - Get-ChildItem -Recurse -Exclude .git | ForEach-Object { Remove-Item -Path $_.FullName -Force } + Get-ChildItem -Recurse -Exclude .git | ForEach-Object { Remove-Item -Path $_.FullName -Force -Confirm} - script: | git config --global core.autocrlf false