We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b71f909 commit d8e8d47Copy full SHA for d8e8d47
azure-pipelines.yml
@@ -9,9 +9,10 @@ variables:
9
# clean the local repo on the build agents
10
Build.Repository.Clean: true
11
12
-# only trigger ci builds for the master branch
+# only trigger ci builds for the master and release branches
13
trigger:
14
- master
15
+- release/3.0
16
17
# To be added in the future when VSTS supports this feature
18
# only trigger pull request builds for the master branch
@@ -26,4 +27,4 @@ jobs:
26
27
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
28
agentPool: dotnet-internal-temp-vs2019
29
# runAsPublic is used in expressions, which can't read from user-defined variables
- runAsPublic: false
30
+ runAsPublic: false
0 commit comments