Skip to content

Commit cfa20fc

Browse files
committed
Enable azure for git tags
1 parent bb4e2bf commit cfa20fc

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

azure-pipelines.yml

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
# https://aka.ms/yaml
22

33
trigger:
4-
- master
4+
tags:
5+
include:
6+
- v*
7+
branches:
8+
include:
9+
- master
10+
511
pool:
612
vmImage: 'macOS-10.14'
713
steps:
@@ -10,7 +16,7 @@ steps:
1016
versionSpec: '12.x'
1117
- script: |
1218
npm install
13-
npm run electron:deps
19+
make all -j $(nproc --all)
1420
ELECTRON=1 node ./electron/build.js
1521
- task: DownloadSecureFile@1
1622
name: certificate

0 commit comments

Comments
 (0)