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 25f35e3 commit 8dd5d15Copy full SHA for 8dd5d15
appveyor.yml
@@ -1,6 +1,8 @@
1
version: 1.0.{build}
2
image: Visual Studio 2019
3
build_script:
4
+- cmd: npm install typescript --global
5
+- cmd: npm install electron-builder --global
6
- cmd: buildAll.cmd
7
pull_requests:
8
do_not_increment_build_number: true
buildAll.cmd
@@ -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
9
dotnet restore
0 commit comments