File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -441,18 +441,18 @@ configuration:
441
441
branch : main
442
442
then :
443
443
- addMilestone :
444
- milestone : 10.0-preview7
444
+ milestone : 10.0-rc1
445
445
description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
446
446
- if :
447
447
- payloadType : Pull_Request
448
448
- isAction :
449
449
action : Closed
450
450
- targetsBranch :
451
- branch : release/10.0-preview6
451
+ branch : release/10.0-preview7
452
452
then :
453
453
- removeMilestone
454
454
- addMilestone :
455
- milestone : 10.0-preview6
455
+ milestone : 10.0-preview7
456
456
description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
457
457
- if :
458
458
- 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 >7 </PreReleaseVersionIteration >
12
+ <PreReleaseVersionIteration >1 </PreReleaseVersionIteration >
13
13
<ValidateBaseline >true</ValidateBaseline >
14
14
<IdentityModelVersion Condition =" '$(IsIdentityModelTestJob)' != 'true'" >8.0.1</IdentityModelVersion >
15
15
<IdentityModelVersion Condition =" '$(IsIdentityModelTestJob)' == 'true'" >*-*</IdentityModelVersion >
18
18
-->
19
19
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
20
20
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
21
- <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
22
- <PreReleaseBrandingLabel >Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
21
+ <PreReleaseVersionLabel >rc </PreReleaseVersionLabel >
22
+ <PreReleaseBrandingLabel >RC $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
23
23
<IncludePreReleaseLabelInPackageVersion >true</IncludePreReleaseLabelInPackageVersion >
24
24
<IncludePreReleaseLabelInPackageVersion Condition =" '$(DotNetFinalVersionKind)' == 'release' " >false</IncludePreReleaseLabelInPackageVersion >
25
25
<AspNetCoreMajorMinorVersion >$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</AspNetCoreMajorMinorVersion >
You can’t perform that action at this time.
0 commit comments