File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ extends:
183
183
agentOs : Darwin
184
184
pool :
185
185
name : Azure Pipelines
186
- image : macOS-latest
186
+ image : macos-13
187
187
os : macOS
188
188
${{ if eq(variables['System.TeamProject'], 'public') }} :
189
189
helixTargetQueue : OSX.1200.Amd64.Open
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ stages:
146
146
parameters :
147
147
agentOs : Darwin
148
148
pool :
149
- vmImage : ' macOS-latest '
149
+ vmImage : ' macos-12 '
150
150
${{ if eq(variables['System.TeamProject'], 'public') }} :
151
151
helixTargetQueue : OSX.1200.Amd64.Open
152
152
${{ if ne(variables['System.TeamProject'], 'public') }} :
Original file line number Diff line number Diff line change 10
10
</PropertyGroup >
11
11
<!-- Repo Version Information -->
12
12
<PropertyGroup >
13
- <VersionPrefix >6.0.427 </VersionPrefix >
13
+ <VersionPrefix >6.0.428 </VersionPrefix >
14
14
<PreReleaseVersionLabel >servicing</PreReleaseVersionLabel >
15
15
<!-- Enable to remove prerelease label. -->
16
16
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >true</StabilizePackageVersion >
You can’t perform that action at this time.
0 commit comments