Skip to content

Commit 002127a

Browse files
authored
Merge pull request #3638 from dotnet/3.1_branding_to_3.1.10
Update release/3.1 branding to 3.1.10
2 parents e790847 + 85c15a7 commit 002127a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
Version prefix used by a few projects like Project Templates
1010
Revision portion of Major.Minor.Revision usually updated every release
1111
-->
12-
<TraditionalVersionPrefix>3.1.9</TraditionalVersionPrefix>
12+
<TraditionalVersionPrefix>3.1.10</TraditionalVersionPrefix>
1313
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1414
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
1515
<AssemblyVersion>4.0.0.0</AssemblyVersion>

eng/pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
# agent pool can't be read from a user-defined variable (Azure DevOps limitation)
3030
${{ if eq(variables['System.TeamProject'], 'public') }}:
3131
name: NetCorePublic-Pool
32-
queue: BuildPool.Windows.10.Amd64.VS2019.Pre.Open
32+
queue: BuildPool.Windows.10.Amd64.VS2019.Open
3333
${{ if eq(variables['System.TeamProject'], 'internal') }}:
3434
name: NetCoreInternal-Pool
35-
queue: buildpool.windows.10.amd64.vs2019.pre
35+
queue: buildpool.windows.10.amd64.vs2019
3636
variables:
3737
# needed for signing
3838
- name: _TeamName

0 commit comments

Comments
 (0)