Skip to content

Commit dbfdae5

Browse files
Update branding to 3.1.29 (#43050)
* Update branding to 3.1.29 * [release/3.1] Move builds to MacOS 11 - hosted macOS-10.15 environment is deprecated Co-authored-by: Doug Bunting <[email protected]>
1 parent bd021ff commit dbfdae5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.azure/pipelines/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ stages:
626626
parameters:
627627
condition: ne(variables['SkipTests'], 'true')
628628
jobName: MacOS_Test
629-
jobDisplayName: "Test: macOS 10.15"
629+
jobDisplayName: "Test: macOS"
630630
agentOs: macOS
631631
isTestingJob: true
632632
buildArgs: --all --test "/p:RunTemplateTests=false" $(_InternalRuntimeDownloadArgs)

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
# See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md
9090
pool:
9191
${{ if eq(parameters.agentOs, 'macOS') }}:
92-
vmImage: macOS-10.15
92+
vmImage: macOS-11
9393
${{ if eq(parameters.agentOs, 'Linux') }}:
9494
vmImage: ubuntu-18.04
9595
${{ if eq(parameters.agentOs, 'Windows') }}:

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>28</AspNetCorePatchVersion>
11+
<AspNetCorePatchVersion>29</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)