Skip to content

Commit 953ad9e

Browse files
committed
Don't attempt to build (otherwise Appveyor looks for Visual Studio project files in root, and there are none)
1 parent ab38bbf commit 953ad9e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appveyor.yml

+2
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ install:
77
- ps: Install-Product node $env:nodejs_version
88
# install modules
99
- npm install
10+
11+
build: off

0 commit comments

Comments
 (0)