File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -380,18 +380,18 @@ configuration:
380
380
branch : main
381
381
then :
382
382
- addMilestone :
383
- milestone : 10.0-preview6
383
+ milestone : 10.0-preview7
384
384
description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
385
385
- if :
386
386
- payloadType : Pull_Request
387
387
- isAction :
388
388
action : Closed
389
389
- targetsBranch :
390
- branch : release/10.0-preview5
390
+ branch : release/10.0-preview6
391
391
then :
392
392
- removeMilestone
393
393
- addMilestone :
394
- milestone : 10.0-preview5
394
+ milestone : 10.0-preview6
395
395
description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
396
396
- if :
397
397
- payloadType : Issues
Original file line number Diff line number Diff line change 9
9
<AspNetCoreMajorVersion >10</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.1</IdentityModelVersion >
15
15
<IdentityModelVersion Condition =" '$(IsIdentityModelTestJob)' == 'true'" >*-*</IdentityModelVersion >
You can’t perform that action at this time.
0 commit comments