mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-09-21 22:45:20 +00:00
test
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user