Skip to content
Merged
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
5 changes: 3 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ variables:
# clean the local repo on the build agents
Build.Repository.Clean: true

# only trigger ci builds for the master branch
# only trigger ci builds for the master and release branches
trigger:
- master
- release/3.0

# To be added in the future when VSTS supports this feature
# only trigger pull request builds for the master branch
Expand All @@ -26,4 +27,4 @@ jobs:
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
agentPool: dotnet-internal-temp-vs2019
# runAsPublic is used in expressions, which can't read from user-defined variables
runAsPublic: false
runAsPublic: false