Skip to content

Commit 06b7eba

Browse files
authored
Merging release/9.4 changes (#6264)
2 parents 05f8b26 + 80cb898 commit 06b7eba

File tree

5 files changed

+161
-158
lines changed

5 files changed

+161
-158
lines changed

eng/MSBuild/ProjectStaging.props

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@
1111
-->
1212
<_IsStable Condition="('$(Stage)' != 'dev' and '$(Stage)' != 'preview') Or '$(MSBuildProjectName)' == 'Microsoft.AspNetCore.Testing'">true</_IsStable>
1313

14-
<!--
15-
When DotNetFinalVersionKind is set to 'release' (only for the release branches),
16-
the build will produce stable outputs for 'Shipping' packages.
17-
-->
18-
<DotNetFinalVersionKind Condition=" '$(StabilizePackageVersion)' == 'true' And '$(DotNetFinalVersionKind)' == '' And '$(_IsStable)' == 'true' ">release</DotNetFinalVersionKind>
19-
2014
<!-- Preview packages: do not use stable branding and do not warn about lack of [Experimental] -->
2115
<NoWarn Condition="'$(Stage)' == 'dev' or '$(Stage)' == 'preview'">$(NoWarn);LA0003</NoWarn>
2216
<!--

0 commit comments

Comments
 (0)