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 7a15d91 commit 78dad1dCopy full SHA for 78dad1d
build.cmd
@@ -17,6 +17,11 @@ SET mssemver=%PACKAGE_VERISON%-beta-%APPVEYOR_BUILD_NUMBER%
17
18
SET CONFIGURATION=Debug
19
20
+cd build
21
+call npm install
22
+call node appveyor-nuspec-patch.js
23
+cd..
24
+
25
build-appveyor.cmd
26
27
cd..
build/package.json
@@ -12,4 +12,4 @@
12
"write": "^0.3.2",
13
"js-yaml": "^3.7.0"
14
}
15
-}
+}
0 commit comments