File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -497,19 +497,19 @@ configuration:
497497 branch : main
498498 then :
499499 - addMilestone :
500- milestone : 9.0-preview2
500+ milestone : 9.0-preview3
501501 description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
502502 - if :
503503 - payloadType : Pull_Request
504504 - isAction :
505505 action : Closed
506506 - targetsBranch :
507- branch : release/9.0-preview1
507+ branch : release/9.0-preview2
508508 then :
509509 - removeMilestone
510510 - addMilestone :
511- milestone : 9.0-preview1
512- description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview1 branch'
511+ milestone : 9.0-preview2
512+ description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview2 branch'
513513 - if :
514514 - payloadType : Issues
515515 - isAction :
Original file line number Diff line number Diff line change 99 <AspNetCoreMajorVersion >9</AspNetCoreMajorVersion >
1010 <AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
1111 <AspNetCorePatchVersion >0</AspNetCorePatchVersion >
12- <PreReleaseVersionIteration >2 </PreReleaseVersionIteration >
12+ <PreReleaseVersionIteration >3 </PreReleaseVersionIteration >
1313 <ValidateBaseline >true</ValidateBaseline >
1414 <IdentityModelVersion >7.1.2</IdentityModelVersion >
1515 <!--
You can’t perform that action at this time.
0 commit comments