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 @@ -180,7 +180,7 @@ extends:
180
180
agentOs : Darwin
181
181
pool :
182
182
name : Azure Pipelines
183
- image : macOS-latest
183
+ image : macos-13
184
184
os : macOS
185
185
${{ if eq(variables['System.TeamProject'], 'public') }} :
186
186
helixTargetQueue : OSX.1200.Amd64.Open
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ stages:
145
145
parameters :
146
146
agentOs : Darwin
147
147
pool :
148
- vmImage : ' macOS-latest '
148
+ vmImage : ' macos-13 '
149
149
${{ if eq(variables['System.TeamProject'], 'public') }} :
150
150
helixTargetQueue : OSX.1200.Amd64.Open
151
151
${{ 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.135 </VersionPrefix >
13
+ <VersionPrefix >6.0.136 </VersionPrefix >
14
14
<PreReleaseVersionLabel >servicing</PreReleaseVersionLabel >
15
15
</PropertyGroup >
16
16
<!-- Production Dependencies -->
You can’t perform that action at this time.
0 commit comments