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:
497
497
branch : main
498
498
then :
499
499
- addMilestone :
500
- milestone : 9.0-preview3
500
+ milestone : 9.0-preview4
501
501
description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
502
502
- if :
503
503
- payloadType : Pull_Request
504
504
- isAction :
505
505
action : Closed
506
506
- targetsBranch :
507
- branch : release/9.0-preview2
507
+ branch : release/9.0-preview3
508
508
then :
509
509
- removeMilestone
510
510
- addMilestone :
511
- milestone : 9.0-preview2
512
- description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview2 branch'
511
+ milestone : 9.0-preview3
512
+ description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview3 branch'
513
513
- if :
514
514
- payloadType : Issues
515
515
- isAction :
Original file line number Diff line number Diff line change 9
9
<AspNetCoreMajorVersion >9</AspNetCoreMajorVersion >
10
10
<AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
11
11
<AspNetCorePatchVersion >0</AspNetCorePatchVersion >
12
- <PreReleaseVersionIteration >3 </PreReleaseVersionIteration >
12
+ <PreReleaseVersionIteration >4 </PreReleaseVersionIteration >
13
13
<ValidateBaseline >true</ValidateBaseline >
14
14
<IdentityModelVersion >7.1.2</IdentityModelVersion >
15
15
<!--
You can’t perform that action at this time.
0 commit comments