Skip to content

Commit

Permalink
Remove references to develop branch
Browse files Browse the repository at this point in the history
  • Loading branch information
heaths committed Aug 29, 2019
1 parent 9aa0045 commit 9ffa221
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ trigger:
branches:
include:
- master
- develop

pr:
branches:
include:
- master
- develop

jobs:
- job: Build
Expand Down Expand Up @@ -138,7 +136,7 @@ jobs:
condition: >-
and(
succeeded(),
in(variables['Build.SourceBranch'], 'refs/heads/master', 'refs/heads/develop'),
eq(variables['Build.SourceBranch'], 'refs/heads/master'),
in(variables['Build.Reason'], 'Manual', 'IndividualCI', 'BatchedCI')
)
Expand Down Expand Up @@ -170,7 +168,6 @@ jobs:
artifactName: drop
downloadPath: $(System.ArtifactsDirectory)

# Publish builds from master and develop to GitHub.
- task: GitHubRelease@0
displayName: Create release
inputs:
Expand Down

0 comments on commit 9ffa221

Please sign in to comment.