Skip to content

Commit

Permalink
Enable azure for git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
milot-mirdita committed Aug 24, 2019
1 parent bb4e2bf commit cfa20fc
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# https://aka.ms/yaml

trigger:
- master
tags:
include:
- v*
branches:
include:
- master

pool:
vmImage: 'macOS-10.14'
steps:
Expand All @@ -10,7 +16,7 @@ steps:
versionSpec: '12.x'
- script: |
npm install
npm run electron:deps
make all -j $(nproc --all)
ELECTRON=1 node ./electron/build.js
- task: DownloadSecureFile@1
name: certificate
Expand Down

0 comments on commit cfa20fc

Please sign in to comment.