Skip to content

Commit

Permalink
Merge pull request #188 from microsoft/bugfix/pipeline-pr-trigger
Browse files Browse the repository at this point in the history
- adds a pr trigger to the pipeline now that it's used as a check
  • Loading branch information
baywet authored Mar 1, 2022
2 parents abdc28d + 1aef0fa commit d05a6d0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .azure-pipelines/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ trigger:
branches:
include:
- master
pr: none
pr:
branches:
include:
- master

pool:
name: Azure Pipelines
Expand Down Expand Up @@ -235,4 +238,4 @@ stages:
packagesToPush: '$(Pipeline.Workspace)/Nugets/Microsoft.OpenApi.OData.*.nupkg'
nuGetFeedType: external
publishFeedCredentials: 'OpenAPI Nuget Connection'


0 comments on commit d05a6d0

Please sign in to comment.