Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ArcturusZhang authored and SDK Automation committed Oct 25, 2019
1 parent d97704f commit c77bc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ stages:
- template: .azure-pipelines/BuildTest.yml

- stage: Module_Release
condition: in(variables['Build.Reason'], 'IndividualCI')
condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI'))
jobs:
- template: .azure-pipelines/ModuleRelease.yml
- template: .azure-pipelines/ModuleRelease.yml

0 comments on commit c77bc77

Please sign in to comment.