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

Commit 7c20267

Browse files
Update branding to 3.1.23 (#28222)
* Update branding to 3.1.23 * Move ubuntu 1604 to 1804 Co-authored-by: Santiago Fernandez Madero <[email protected]>
1 parent fd5f28a commit 7c20267

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

dir.common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565

6666
<PropertyGroup>
6767
<!-- Central place to set the versions of all nuget packages produced in the repo -->
68-
<PackageVersion Condition="'$(PackageVersion)' == ''">3.1.22</PackageVersion>
68+
<PackageVersion Condition="'$(PackageVersion)' == ''">3.1.23</PackageVersion>
6969
<PreReleaseLabel>servicing</PreReleaseLabel>
7070
</PropertyGroup>
7171

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project>
33
<PropertyGroup>
44
<!-- The .NET Core product branding version -->
5-
<ProductVersion>3.1.22</ProductVersion>
5+
<ProductVersion>3.1.23</ProductVersion>
66
<!-- File version numbers -->
77
<MajorVersion>4</MajorVersion>
88
<MinorVersion>7</MinorVersion>

eng/xplat-job.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ jobs:
4444
# Public Linux Build Pool
4545
${{ if and(eq(parameters.osGroup, 'Linux'), eq(variables['System.TeamProject'], 'public')) }}:
4646
name: NetCore1ESPool-Svc-Public
47-
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64.Open
47+
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
4848

4949
# Official Build Linux Pool
5050
${{ if and(eq(parameters.osGroup, 'Linux'), ne(variables['System.TeamProject'], 'public')) }}:
5151
name: NetCore1ESPool-Svc-Internal
52-
demands: ImageOverride -equals Build.Ubuntu.1604.Amd64
52+
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
5353

5454
# FreeBSD builds only in the internal project
5555
${{ if and(eq(parameters.osGroup, 'FreeBSD'), ne(variables['System.TeamProject'], 'public')) }}:

0 commit comments

Comments
 (0)