Skip to content

Commit

Permalink
ci(azure): build replace
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed Apr 20, 2019
1 parent 3a0e81f commit 705130a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@

trigger:
batch: true
branches:
include:
- 'master'
- 'fix*'
- 'feat*'
- 'dev*'
tags:
include:
- "v*"
Expand Down Expand Up @@ -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'
Expand Down

0 comments on commit 705130a

Please sign in to comment.