This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,12 @@ trigger:
4
4
include :
5
5
- master
6
6
- release/3.0
7
+ - internal/release/3.*
7
8
8
9
pr :
9
10
- master
10
11
- release/3.0
12
+ - internal/release/3.*
11
13
12
14
# Temporarily set a build number format that includes a large revision
13
15
# number that won't conflict with buildpipeline official builds.
Original file line number Diff line number Diff line change 2
2
<Project >
3
3
<PropertyGroup >
4
4
<!-- The .NET Core product branding version -->
5
- <ProductVersion >3.1.0 </ProductVersion >
5
+ <ProductVersion >3.1.1 </ProductVersion >
6
6
<!-- File version numbers -->
7
7
<MajorVersion >4</MajorVersion >
8
8
<MinorVersion >7</MinorVersion >
9
9
<!-- Always use shipping version instead of dummy versions -->
10
10
<DotNetUseShippingVersions >true</DotNetUseShippingVersions >
11
- <PreReleaseVersionLabel >rtm </PreReleaseVersionLabel >
11
+ <PreReleaseVersionLabel >servicing </PreReleaseVersionLabel >
12
12
<!-- Opt-in/out repo features -->
13
13
<UsingToolIbcOptimization >true</UsingToolIbcOptimization >
14
14
<UsingToolMicrosoftNetCompilers >true</UsingToolMicrosoftNetCompilers >
You can’t perform that action at this time.
0 commit comments