Skip to content

Commit

Permalink
Update .vsts-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrispat authored Jan 20, 2018
1 parent 2bb3b03 commit d00ee6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vsts-ci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
variables:
-variables:
ELECTRON_RUN_AS_NODE: 1
VSCODE_BUILD_VERBOSE: true
System.Debug: true

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
Expand Down

0 comments on commit d00ee6d

Please sign in to comment.