Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 5614450

Browse files
authored
update branding for 3.1 sevicing (#27921)
* update branding for 3.1 sevicing * added internal branch
1 parent 016d9d6 commit 5614450

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ trigger:
44
include:
55
- master
66
- release/3.0
7+
- internal/release/3.*
78

89
pr:
910
- master
1011
- release/3.0
12+
- internal/release/3.*
1113

1214
# Temporarily set a build number format that includes a large revision
1315
# number that won't conflict with buildpipeline official builds.

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
<Project>
33
<PropertyGroup>
44
<!-- The .NET Core product branding version -->
5-
<ProductVersion>3.1.0</ProductVersion>
5+
<ProductVersion>3.1.1</ProductVersion>
66
<!-- File version numbers -->
77
<MajorVersion>4</MajorVersion>
88
<MinorVersion>7</MinorVersion>
99
<!-- Always use shipping version instead of dummy versions -->
1010
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
11-
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
11+
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1212
<!-- Opt-in/out repo features -->
1313
<UsingToolIbcOptimization>true</UsingToolIbcOptimization>
1414
<UsingToolMicrosoftNetCompilers>true</UsingToolMicrosoftNetCompilers>

0 commit comments

Comments
 (0)