File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -382,18 +382,18 @@ configuration:
382
382
branch : main
383
383
then :
384
384
- addMilestone :
385
- milestone : 10.0-preview5
385
+ milestone : 10.0-preview6
386
386
description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
387
387
- if :
388
388
- payloadType : Pull_Request
389
389
- isAction :
390
390
action : Closed
391
391
- targetsBranch :
392
- branch : release/10.0-preview4
392
+ branch : release/10.0-preview5
393
393
then :
394
394
- removeMilestone
395
395
- addMilestone :
396
- milestone : 10.0-preview4
396
+ milestone : 10.0-preview5
397
397
description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
398
398
- if :
399
399
- 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 >5 </PreReleaseVersionIteration >
12
+ <PreReleaseVersionIteration >6 </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