We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4e2bf commit cfa20fcCopy full SHA for cfa20fc
azure-pipelines.yml
@@ -1,7 +1,13 @@
1
# https://aka.ms/yaml
2
3
trigger:
4
- - master
+ tags:
5
+ include:
6
+ - v*
7
+ branches:
8
9
+ - master
10
+
11
pool:
12
vmImage: 'macOS-10.14'
13
steps:
@@ -10,7 +16,7 @@ steps:
16
versionSpec: '12.x'
17
- script: |
18
npm install
- npm run electron:deps
19
+ make all -j $(nproc --all)
14
20
ELECTRON=1 node ./electron/build.js
15
21
- task: DownloadSecureFile@1
22
name: certificate
0 commit comments