Skip to content

Commit

Permalink
Update branding to preview6 (#55846)
Browse files Browse the repository at this point in the history
* Update Versions.props

* Update resourceManagement.yml
  • Loading branch information
wtgodbe committed May 23, 2024
1 parent da02847 commit 49c1c68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -497,19 +497,19 @@ configuration:
branch: main
then:
- addMilestone:
milestone: 9.0-preview5
milestone: 9.0-preview6
description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
- if:
- payloadType: Pull_Request
- isAction:
action: Closed
- targetsBranch:
branch: release/9.0-preview4
branch: release/9.0-preview5
then:
- removeMilestone
- addMilestone:
milestone: 9.0-preview4
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview4 branch'
milestone: 9.0-preview5
description: '[Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview5 branch'
- if:
- payloadType: Issues
- isAction:
Expand Down
2 changes: 1 addition & 1 deletion eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AspNetCoreMajorVersion>9</AspNetCoreMajorVersion>
<AspNetCoreMinorVersion>0</AspNetCoreMinorVersion>
<AspNetCorePatchVersion>0</AspNetCorePatchVersion>
<PreReleaseVersionIteration>5</PreReleaseVersionIteration>
<PreReleaseVersionIteration>6</PreReleaseVersionIteration>
<ValidateBaseline>true</ValidateBaseline>
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' != 'true'">7.4.1</IdentityModelVersion>
<IdentityModelVersion Condition="'$(IsIdentityModelTestJob)' == 'true'">*-*</IdentityModelVersion>
Expand Down

0 comments on commit 49c1c68

Please sign in to comment.