Skip to content

Commit

Permalink
Update branding to 6.0.136 (#43820)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpopMSFT authored Oct 4, 2024
2 parents bdb19eb + da41cc8 commit 9a6ee33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .vsts-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ extends:
agentOs: Darwin
pool:
name: Azure Pipelines
image: macOS-latest
image: macos-13
os: macOS
${{ if eq(variables['System.TeamProject'], 'public') }}:
helixTargetQueue: OSX.1200.Amd64.Open
Expand Down
2 changes: 1 addition & 1 deletion .vsts-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ stages:
parameters:
agentOs: Darwin
pool:
vmImage: 'macOS-latest'
vmImage: 'macos-13'
${{ if eq(variables['System.TeamProject'], 'public') }}:
helixTargetQueue: OSX.1200.Amd64.Open
${{ if ne(variables['System.TeamProject'], 'public') }}:
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>
<!-- Repo Version Information -->
<PropertyGroup>
<VersionPrefix>6.0.135</VersionPrefix>
<VersionPrefix>6.0.136</VersionPrefix>
<PreReleaseVersionLabel>servicing</PreReleaseVersionLabel>
</PropertyGroup>
<!-- Production Dependencies -->
Expand Down

0 comments on commit 9a6ee33

Please sign in to comment.