Skip to content

Commit bfc0f0d

Browse files
committed
chore: Updated build config for AppVeyor
1 parent 2073661 commit bfc0f0d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.appveyor.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,14 @@ environment:
1313

1414
cache:
1515
- node_modules
16-
- '%LOCALAPPDATA%\Yarn\cache'
17-
- '%APPDATA%\npm-cache'
1816

1917
artifacts:
2018
- path: svn-scm.vsix
2119
name: SVN-SCM
2220

2321
install:
24-
- ps: Install-Product node 8.9.1
25-
- npm install -g npm vsce
22+
# - ps: Install-Product node 8.9.1
23+
- npm install -g vsce
2624
- node --version
2725
- npm --version
2826
- npm install

0 commit comments

Comments
 (0)