Skip to content

Add release/3.0 to list of triggers #344

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 11, 2019
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