Skip to content

Commit 91eadbb

Browse files
Update branding to 6.0.10 (#43777)
* Update branding to 6.0.10 * Update public pool names Co-authored-by: Alex Perovich <[email protected]>
1 parent 9ac4616 commit 91eadbb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.azure/pipelines/jobs/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ jobs:
100100
vmImage: ubuntu-18.04
101101
${{ if or(eq(parameters.useHostedUbuntu, false), and(eq(variables['System.TeamProject'], 'internal'), notin(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule'))) }}:
102102
${{ if eq(variables['System.TeamProject'], 'public') }}:
103-
name: NetCore1ESPool-Svc-Public
103+
name: NetCore-Svc-Public
104104
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
105105
${{ if eq(variables['System.TeamProject'], 'internal') }}:
106106
name: NetCore1ESPool-Svc-Internal
107107
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64
108108
${{ if eq(parameters.agentOs, 'Windows') }}:
109109
${{ if eq(variables['System.TeamProject'], 'public') }}:
110-
name: NetCore1ESPool-Svc-Public
110+
name: NetCore-Svc-Public
111111
demands: ImageOverride -equals 1es-windows-2019-open
112112
${{ if eq(variables['System.TeamProject'], 'internal') }}:
113113
name: NetCore1ESPool-Svc-Internal

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
<PropertyGroup Label="Version settings">
99
<AspNetCoreMajorVersion>6</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
11-
<AspNetCorePatchVersion>9</AspNetCorePatchVersion>
12-
<ValidateBaseline>true</ValidateBaseline>
11+
<AspNetCorePatchVersion>10</AspNetCorePatchVersion>
12+
<ValidateBaseline>false</ValidateBaseline>
1313
<!--
1414
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1515
-->

eng/common/templates/job/source-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
# source-build builds run in Docker, including the default managed platform.
4747
pool:
4848
${{ if eq(variables['System.TeamProject'], 'public') }}:
49-
name: NetCore1ESPool-Public
49+
name: NetCore-Public
5050
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open
5151
${{ if eq(variables['System.TeamProject'], 'internal') }}:
5252
name: NetCore1ESPool-Internal

0 commit comments

Comments
 (0)