Skip to content

Commit 1817f78

Browse files
Update branding to 3.1.30 (#43776)
* Update branding to 3.1.30 * Update public pool names Co-authored-by: Alex Perovich <[email protected]>
1 parent dfc8cf5 commit 1817f78

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
vmImage: ubuntu-18.04
9595
${{ if eq(parameters.agentOs, 'Windows') }}:
9696
${{ if eq(variables['System.TeamProject'], 'public') }}:
97-
name: NetCore1ESPool-Public
97+
name: NetCore-Public
9898
demands: ImageOverride -equals 1es-windows-2019-open
9999
${{ if eq(variables['System.TeamProject'], 'internal') }}:
100100
name: NetCore1ESPool-Svc-Internal

eng/Versions.props

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
<PropertyGroup Label="Version settings">
99
<AspNetCoreMajorVersion>3</AspNetCoreMajorVersion>
1010
<AspNetCoreMinorVersion>1</AspNetCoreMinorVersion>
11-
<AspNetCorePatchVersion>29</AspNetCorePatchVersion>
11+
<AspNetCorePatchVersion>30</AspNetCorePatchVersion>
1212
<!-- This property should be 'false' between branding & code-merging, 'true' the rest of the time -->
13-
<ValidateBaseline>true</ValidateBaseline>
13+
<ValidateBaseline>false</ValidateBaseline>
1414
<PreReleasePreviewNumber>0</PreReleasePreviewNumber>
1515
<ComponentsWebAssemblyMajorVersion>3</ComponentsWebAssemblyMajorVersion>
1616
<ComponentsWebAssemblyMinorVersion>2</ComponentsWebAssemblyMinorVersion>

0 commit comments

Comments
 (0)