Skip to content
代码片段 群组 项目
未验证 提交 c43cf7ab 编辑于 作者: vseanreesermsft's avatar vseanreesermsft 提交者: GitHub
浏览文件

Update branding to 6.0.9 (#43057)


* Update branding to 6.0.9

* [release/6.0] Move builds to MacOS 11
- hosted macOS-10.15 environment is deprecated

* Use an installed XCode version

Co-authored-by: default avatarDoug Bunting <6431421+dougbu@users.noreply.github.com>
上级 ec68a6b2
No related branches found
No related tags found
无相关合并请求
......@@ -94,7 +94,7 @@ jobs:
# See https://github.com/dotnet/arcade/blob/master/Documentation/ChoosingAMachinePool.md
pool:
${{ if eq(parameters.agentOs, 'macOS') }}:
vmImage: macOS-10.15
vmImage: macOS-11
${{ if eq(parameters.agentOs, 'Linux') }}:
${{ if and(eq(parameters.useHostedUbuntu, true), or(ne(variables['System.TeamProject'], 'internal'), in(variables['Build.Reason'], 'Manual', 'PullRequest', 'Schedule'))) }}:
vmImage: ubuntu-18.04
......@@ -151,8 +151,8 @@ jobs:
- script: df -h
displayName: Disk size
- ${{ if eq(parameters.agentOs, 'macOS') }}:
- script: sudo xcode-select -s /Applications/Xcode_12.2.app/Contents/Developer
displayName: Use XCode 12.2
- script: sudo xcode-select -s /Applications/Xcode_12.5.1.app/Contents/Developer
displayName: Use XCode 12.5.1
- checkout: self
clean: true
- ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isTestingJob, true)) }}:
......
......@@ -8,8 +8,8 @@
<PropertyGroup Label="Version settings">
<AspNetCoreMajorVersion>6</AspNetCoreMajorVersion>
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
<AspNetCorePatchVersion>8</AspNetCorePatchVersion>
<ValidateBaseline>true</ValidateBaseline>
<AspNetCorePatchVersion>9</AspNetCorePatchVersion>
<ValidateBaseline>false</ValidateBaseline>
<!--
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
-->
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册