From 705130a0043021c2bd8c25787890d0fa79e3fbc1 Mon Sep 17 00:00:00 2001 From: New Future Date: Sat, 20 Apr 2019 21:51:24 +0800 Subject: [PATCH] ci(azure): build replace --- azure-pipelines.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0c5e8a2f2..7526c1d3f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -5,6 +5,12 @@ trigger: batch: true + branches: + include: + - 'master' + - 'fix*' + - 'feat*' + - 'dev*' tags: include: - "v*" @@ -42,7 +48,7 @@ jobs: name: 'pyinstaller' - bash: envsubst < run.py > run.py - name: ReplaceVersion + name: replaceBuild - script: pyinstaller --onefile --noconfirm --clean ./.build/ddns.spec name: 'build'