Skip to content

Commit 78dad1d

Browse files
committed
Patch dependency version for local builds
1 parent 7a15d91 commit 78dad1d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

build.cmd

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ SET mssemver=%PACKAGE_VERISON%-beta-%APPVEYOR_BUILD_NUMBER%
1717

1818
SET CONFIGURATION=Debug
1919

20+
cd build
21+
call npm install
22+
call node appveyor-nuspec-patch.js
23+
cd..
24+
2025
build-appveyor.cmd
2126

2227
cd..

build/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@
1212
"write": "^0.3.2",
1313
"js-yaml": "^3.7.0"
1414
}
15-
}
15+
}

0 commit comments

Comments
 (0)