We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2073661 commit bfc0f0dCopy full SHA for bfc0f0d
.appveyor.yml
@@ -13,16 +13,14 @@ environment:
13
14
cache:
15
- node_modules
16
- - '%LOCALAPPDATA%\Yarn\cache'
17
- - '%APPDATA%\npm-cache'
18
19
artifacts:
20
- path: svn-scm.vsix
21
name: SVN-SCM
22
23
install:
24
- - ps: Install-Product node 8.9.1
25
- - npm install -g npm vsce
+ # - ps: Install-Product node 8.9.1
+ - npm install -g vsce
26
- node --version
27
- npm --version
28
- npm install
0 commit comments