This commit is contained in:
Robert Muehsig
2019-10-07 23:16:08 +02:00
parent 25f35e34fe
commit 8dd5d1561a
2 changed files with 2 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
version: 1.0.{build}
image: Visual Studio 2019
build_script:
- cmd: npm install typescript --global
- cmd: npm install electron-builder --global
- cmd: buildAll.cmd
pull_requests:
do_not_increment_build_number: true

View File

@@ -1,9 +1,5 @@
echo "Start building Electron.NET dev stack..."
echo "Install NPM dependencies: Typescript and Bundler"
npm install typescript --global
npm install electron-builder --global
echo "Restore & Build API"
cd ElectronNet.API
dotnet restore