Skip to content

Commit

Permalink
Store .vsix as part of appveyor CI
Browse files Browse the repository at this point in the history
@W-4700676@
  • Loading branch information
Nick Chen committed Feb 25, 2018
1 parent 0e33d72 commit 1630d10
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,15 @@ test_script:
exit $NpmTestsExitCode
}
- npm run coverage:system-tests

after_test:
- npm run vscode:package

artifacts:
- path: '**\*.vsix'



on_finish:
- del C:\projects\devhub.key
- codecov --disable=gcov
Expand Down

0 comments on commit 1630d10

Please sign in to comment.