Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ trigger:
- .github/
- azure-pipelines/release.yml

# PR validation has moved to GitHub Actions (.github/workflows/build.yml), which runs more
# of the test matrix and works on forks. Disable Azure Pipelines PR validation so it no longer
# queues a build or posts a status check on GitHub pull requests. CI on the branches above and
# release builds continue to run.
pr: none

parameters:
- name: EnableMacOSBuild
displayName: Build on macOS
Expand Down
Loading