Skip to content

Commit 3cc83de

Browse files
authored
[release/9.0] Stabilize branding (#58444)
* Stabilize branding * Nowarn NU5104 * Update Microsoft.AspNetCore.Grpc.Microbenchmarks.csproj
1 parent 00ac5bf commit 3cc83de

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
<NoWarn>$(NoWarn.Replace('1591', ''))</NoWarn>
123123
<NoWarn Condition=" '$(BuildingInsideVisualStudio)' == 'true' ">$(NoWarn);0105</NoWarn>
124124
<!-- Allow prerelease dependencies in stable packages when we're running the IdentityModel nightly tests -->
125-
<NoWarn Condition=" '$(IsIdentityModelTestJob)' == 'true' ">$(NoWarn);NU5104</NoWarn>
125+
<NoWarn>$(NoWarn);NU5104</NoWarn>
126126

127127
<!-- For local builds, don't make missing XML docs a fatal build error, but still surface so we have visibility into undocumented APIs. -->
128128
<WarningsNotAsErrors Condition=" '$(ContinuousIntegrationBuild)' != 'true' ">$(WarningsNotAsErrors);CS1591</WarningsNotAsErrors>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<!--
1818
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1919
-->
20-
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">false</StabilizePackageVersion>
20+
<StabilizePackageVersion Condition="'$(StabilizePackageVersion)' == ''">true</StabilizePackageVersion>
2121
<DotNetFinalVersionKind Condition="'$(StabilizePackageVersion)' == 'true'">release</DotNetFinalVersionKind>
2222
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
2323
<PreReleaseBrandingLabel>RTM</PreReleaseBrandingLabel>

src/Grpc/JsonTranscoding/perf/Microsoft.AspNetCore.Grpc.Microbenchmarks/Microsoft.AspNetCore.Grpc.Microbenchmarks.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
77
<TieredCompilation>false</TieredCompilation>
88
<DefineConstants>$(DefineConstants);IS_BENCHMARKS</DefineConstants>
9+
<SkipMicrobenchmarksValidation>true</SkipMicrobenchmarksValidation>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)