Skip to content

Commit d8e8d47

Browse files
Add release/3.0 to list of triggers (#344)
* Add release/3.0 to list of triggers Add release/3.0 to triggers #343 * Update comment
1 parent b71f909 commit d8e8d47

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ variables:
99
# clean the local repo on the build agents
1010
Build.Repository.Clean: true
1111

12-
# only trigger ci builds for the master branch
12+
# only trigger ci builds for the master and release branches
1313
trigger:
1414
- master
15+
- release/3.0
1516

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

0 commit comments

Comments
 (0)