File tree Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Expand file tree Collapse file tree 2 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -377,8 +377,19 @@ configuration:
377377 branch : main
378378 then :
379379 - addMilestone :
380- milestone : 10.0-preview1
380+ milestone : 10.0-preview2
381381 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'
382393 - if :
383394 - payloadType : Issues
384395 - isAction :
Original file line number Diff line number Diff line change 1818 -->
1919 <StabilizePackageVersion Condition =" '$(StabilizePackageVersion)' == ''" >false</StabilizePackageVersion >
2020 <DotNetFinalVersionKind Condition =" '$(StabilizePackageVersion)' == 'true'" >release</DotNetFinalVersionKind >
21- <PreReleaseVersionLabel >alpha </PreReleaseVersionLabel >
22- <PreReleaseBrandingLabel >Alpha $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
21+ <PreReleaseVersionLabel >preview </PreReleaseVersionLabel >
22+ <PreReleaseBrandingLabel >Preview $(PreReleaseVersionIteration)</PreReleaseBrandingLabel >
2323 <IncludePreReleaseLabelInPackageVersion >true</IncludePreReleaseLabelInPackageVersion >
2424 <IncludePreReleaseLabelInPackageVersion Condition =" '$(DotNetFinalVersionKind)' == 'release' " >false</IncludePreReleaseLabelInPackageVersion >
2525 <AspNetCoreMajorMinorVersion >$(AspNetCoreMajorVersion).$(AspNetCoreMinorVersion)</AspNetCoreMajorMinorVersion >
You can’t perform that action at this time.
0 commit comments