Skip to content

Commit

Permalink
(build) Does this work?
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jul 1, 2018
1 parent 32cb997 commit 46925e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@ init:

# Build script
build_script:
- ps: tsc -V
- ps: .\build.ps1 -Target "AppVeyor" --settings_skipverification=true

after_build:
- ps: tsc -V
- ps: vsce -V

# Tests
test: off

Expand All @@ -27,6 +22,4 @@ branches:
# Build cache
cache:
- tools -> build.cake

on_finish:
- ps: $blockRdp = $true; iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/appveyor/ci/master/scripts/enable-rdp.ps1'))
- node_modules -> package.json
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -385,8 +385,8 @@
]
},
"scripts": {
"vscode:prepublish": "tsc -p ./ || echo done",
"compile": "tsc -watch -p ./",
"vscode:prepublish": "C:/Users/appveyor/AppData/Roaming/npm/tsc -p ./ || echo done",
"compile": "C:/Users/appveyor/AppData/Roaming/npm/tsc -watch -p ./",
"postinstall": "node ./node_modules/vscode/bin/install",
"test": "node ./node_modules/vscode/bin/test"
},
Expand Down

0 comments on commit 46925e0

Please sign in to comment.