Skip to content

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
The hope is to re-enable Pull Request evaluation after this bug: https://status.dev.azure.com/_event/179641421
  • Loading branch information
JoshDreamland authored Mar 14, 2020
1 parent a02a2c3 commit df9c711
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -254,3 +254,8 @@ jobs:
assetUploadMode: replace
isDraft: false
isPreRelease: true

pr: # Trigger a build on every PR.
branches:
include:
- '*' # Must quote since "*" is a YAML reserved character

1 comment on commit df9c711

@RobertBColton
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This seems to have fixed #100.

Please sign in to comment.