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:
380380 branch : main
381381 then :
382382 - addMilestone :
383- milestone : 10.0-preview6
383+ milestone : 10.0-preview7
384384 description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
385385 - if :
386386 - payloadType : Pull_Request
387387 - isAction :
388388 action : Closed
389389 - targetsBranch :
390- branch : release/10.0-preview5
390+ branch : release/10.0-preview6
391391 then :
392392 - removeMilestone
393393 - addMilestone :
394- milestone : 10.0-preview5
394+ milestone : 10.0-preview6
395395 description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
396396 - if :
397397 - payloadType : Issues
Original file line number Diff line number Diff line change 99 <AspNetCoreMajorVersion >10</AspNetCoreMajorVersion >
1010 <AspNetCoreMinorVersion >0</AspNetCoreMinorVersion >
1111 <AspNetCorePatchVersion >0</AspNetCorePatchVersion >
12- <PreReleaseVersionIteration >6 </PreReleaseVersionIteration >
12+ <PreReleaseVersionIteration >7 </PreReleaseVersionIteration >
1313 <ValidateBaseline >true</ValidateBaseline >
1414 <IdentityModelVersion Condition =" '$(IsIdentityModelTestJob)' != 'true'" >8.0.1</IdentityModelVersion >
1515 <IdentityModelVersion Condition =" '$(IsIdentityModelTestJob)' == 'true'" >*-*</IdentityModelVersion >
You can’t perform that action at this time.
0 commit comments