From cfa20fcd48b076c9deb0360bf366d06cf41a7b5f Mon Sep 17 00:00:00 2001 From: Milot Mirdita Date: Sat, 24 Aug 2019 02:48:24 +0200 Subject: [PATCH] Enable azure for git tags --- azure-pipelines.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 73865b6..7a9b220 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,7 +1,13 @@ # https://aka.ms/yaml trigger: - - master + tags: + include: + - v* + branches: + include: + - master + pool: vmImage: 'macOS-10.14' steps: @@ -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