From 375e44b0a792d49d789090ffa4cee82bdb8cf698 Mon Sep 17 00:00:00 2001 From: Vatsan Madhavan Date: Mon, 11 Feb 2019 11:59:59 -0800 Subject: [PATCH 1/2] Add release/3.0 to list of triggers Add release/3.0 to triggers #343 --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0a6cdbc44d4..e31ea30db7f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,6 +12,7 @@ variables: # only trigger ci builds for the master branch 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 @@ -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 \ No newline at end of file + runAsPublic: false From f193dce2ff74282444d5de8a87d7f1f63ca1ebd4 Mon Sep 17 00:00:00 2001 From: Vatsan Madhavan Date: Mon, 11 Feb 2019 13:25:06 -0800 Subject: [PATCH 2/2] Update comment --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e31ea30db7f..9e1471e4d26 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,7 +9,7 @@ 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