File tree 2 files changed +14
-3
lines changed
2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -377,8 +377,19 @@ configuration:
377
377
branch : main
378
378
then :
379
379
- addMilestone :
380
- milestone : 10.0-preview1
380
+ milestone : 10.0-preview2
381
381
description : ' [Milestone Assignments] Assign Milestone to PRs merged to the `main` branch'
382
+ - if :
383
+ - payloadType : Pull_Request
384
+ - isAction :
385
+ action : Closed
386
+ - targetsBranch :
387
+ branch : release/10.0-preview1
388
+ then :
389
+ - removeMilestone
390
+ - addMilestone :
391
+ milestone : 10.0-preview1
392
+ description : ' [Milestone Assignments] Assign Milestone to PRs merged to release/10.0-preview1 branch'
382
393
- if :
383
394
- payloadType : Issues
384
395
- isAction :
Original file line number Diff line number Diff line change 18
18
-->
19
19
<StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
20
20
<DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
21
- <PreReleaseVersionLabel >alpha </PreReleaseVersionLabel >
22
- <PreReleaseBrandingLabel >Alpha $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
21
+ <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
22
+ <PreReleaseBrandingLabel >Preview $(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