File tree 2 files changed +5
-5
lines changed
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-preview6
500
+ milestone : 9.0-preview7
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-preview5
507
+ branch : release/9.0-preview6
508
508
then :
509
509
- removeMilestone
510
510
- addMilestone :
511
- milestone : 9.0-preview5
512
- description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview5 branch'
511
+ milestone : 9.0-preview6
512
+ description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/9.0-preview6 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 >6 </PreReleaseVersionIteration >
12
+ <PreReleaseVersionIteration >7 </PreReleaseVersionIteration >
13
13
<ValidateBaseline >true</ValidateBaseline >
14
14
<IdentityModelVersion Condition =" '$(IsIdentityModelTestJob)' != 'true'" >8.0.0-preview1</IdentityModelVersion >
15
15
<IdentityModelVersion Condition =" '$(IsIdentityModelTestJob)' == 'true'" >*-*</IdentityModelVersion >
You can’t perform that action at this time.
0 commit comments