Skip to content

Commit 9542cda

Browse files
authored
Update branding to 6.0.428 (#43821)
2 parents e4e1329 + e50e061 commit 9542cda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.vsts-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ extends:
183183
agentOs: Darwin
184184
pool:
185185
name: Azure Pipelines
186-
image: macOS-latest
186+
image: macos-13
187187
os: macOS
188188
${{ if eq(variables['System.TeamProject'], 'public') }}:
189189
helixTargetQueue: OSX.1200.Amd64.Open

.vsts-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ stages:
146146
parameters:
147147
agentOs: Darwin
148148
pool:
149-
vmImage: 'macOS-latest'
149+
vmImage: 'macos-12'
150150
${{ if eq(variables['System.TeamProject'], 'public') }}:
151151
helixTargetQueue: OSX.1200.Amd64.Open
152152
${{ if ne(variables['System.TeamProject'], 'public') }}:

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</PropertyGroup>
1111
<!-- Repo Version Information -->
1212
<PropertyGroup>
13-
<VersionPrefix>6.0.427</VersionPrefix>
13+
<VersionPrefix>6.0.428</VersionPrefix>
1414
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
1515
<!-- Enable to remove prerelease label. -->
1616
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>

0 commit comments

Comments
 (0)