summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>