Skip to content

Commit

Permalink
Fixed Azure Pipelines publish script for duplicate execution.
Browse files Browse the repository at this point in the history
  • Loading branch information
kekyo committed Sep 23, 2019
1 parent 3bafdeb commit f887a9b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions azure-pipelines/publish-devel.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
trigger:
branches:
include:
- devel
jobs:
- template: publish.yml
4 changes: 4 additions & 0 deletions azure-pipelines/publish-master.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
trigger:
branches:
include:
- master
jobs:
- template: publish.yml
1 change: 1 addition & 0 deletions azure-pipelines/publish.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
jobs:
- job: Windows
condition: and(succeeded(), in(variables['Build.Reason'], 'BuildCompletion'))
pool:
vmImage: "vs2017-win2016"
# variables:
Expand Down

0 comments on commit f887a9b

Please sign in to comment.