From 5614450298a86107e36f3eff31e1e3f666380177 Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Tue, 26 Nov 2019 13:25:03 -0800 Subject: [PATCH] update branding for 3.1 sevicing (#27921) * update branding for 3.1 sevicing * added internal branch --- azure-pipelines.yml | 2 ++ eng/Versions.props | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 452fc21..ed4bae1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,10 +4,12 @@ trigger: include: - master - release/3.0 + - internal/release/3.* pr: - master - release/3.0 +- internal/release/3.* # Temporarily set a build number format that includes a large revision # number that won't conflict with buildpipeline official builds. diff --git a/eng/Versions.props b/eng/Versions.props index a92ae24..94060cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,13 +2,13 @@ - 3.1.0 + 3.1.1 4 7 true - rtm + servicing true true -- 2.7.4