Skip to content

Commit 8dd5d15

Browse files
committed
test
1 parent 25f35e3 commit 8dd5d15

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

appveyor.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
version: 1.0.{build}
22
image: Visual Studio 2019
33
build_script:
4+
- cmd: npm install typescript --global
5+
- cmd: npm install electron-builder --global
46
- cmd: buildAll.cmd
57
pull_requests:
68
do_not_increment_build_number: true

buildAll.cmd

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
echo "Start building Electron.NET dev stack..."
22

3-
echo "Install NPM dependencies: Typescript and Bundler"
4-
npm install typescript --global
5-
npm install electron-builder --global
6-
73
echo "Restore & Build API"
84
cd ElectronNet.API
95
dotnet restore

0 commit comments

Comments
 (0)