summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnirudh Agnihotry <anirudhagnihotry098@gmail.com>2019-11-26 13:25:03 -0800
committerGitHub <noreply@github.com>2019-11-26 13:25:03 -0800
commit5614450298a86107e36f3eff31e1e3f666380177 (patch)
tree96b21caf9fed56a86b3fc83b19ec69140155d44b
parent016d9d67a7be81c68c6d870b7e7de31c4b4fb468 (diff)
downloadcoreclr-5614450298a86107e36f3eff31e1e3f666380177.tar.gz
coreclr-5614450298a86107e36f3eff31e1e3f666380177.tar.bz2
coreclr-5614450298a86107e36f3eff31e1e3f666380177.zip
update branding for 3.1 sevicing (#27921)
* update branding for 3.1 sevicing * added internal branch
-rw-r--r--azure-pipelines.yml2
-rw-r--r--eng/Versions.props4
2 files changed, 4 insertions, 2 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 452fc21507..ed4bae13a2 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 a92ae24065..94060cf077 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -2,13 +2,13 @@
<Project>
<PropertyGroup>
<!-- The .NET Core product branding version -->
- <ProductVersion>3.1.0</ProductVersion>
+ <ProductVersion>3.1.1</ProductVersion>
<!-- File version numbers -->
<MajorVersion>4</MajorVersion>
<MinorVersion>7</MinorVersion>
<!-- Always use shipping version instead of dummy versions -->
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
- <PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
+ <PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
<!-- Opt-in/out repo features -->
<UsingToolIbcOptimization>true</UsingToolIbcOptimization>
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>