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 @@ -378,18 +378,18 @@ configuration:
378
378
branch : main
379
379
then :
380
380
- addMilestone :
381
- milestone : 10.0-preview4
381
+ milestone : 10.0-preview5
382
382
description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
383
383
- if :
384
384
- payloadType : Pull_Request
385
385
- isAction :
386
386
action : Closed
387
387
- targetsBranch :
388
- branch : release/10.0-preview3
388
+ branch : release/10.0-preview4
389
389
then :
390
390
- removeMilestone
391
391
- addMilestone :
392
- milestone : 10.0-preview3
392
+ milestone : 10.0-preview4
393
393
description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
394
394
- if :
395
395
- 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 >4 </PreReleaseVersionIteration >
12
+ <PreReleaseVersionIteration >5 </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