Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit 09800d1

Browse files
authored
Fixup packageIndex & branding (#42604)
* Fixup packageIndex & branding * Update packageIndex for AllConfigurations
1 parent 4703e4a commit 09800d1

File tree

3 files changed

+184
-79
lines changed

3 files changed

+184
-79
lines changed

eng/Packaging.targets

+7
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,13 @@
4949
<BlockStable>$(BlockStable)</BlockStable>
5050
</_PackageIdentityWithoutPrerelease>
5151
</ItemGroup>
52+
53+
<ItemGroup Condition="'@(BuildRID)' != ''">
54+
<_PackageIdentityWithoutPrerelease Include="@(BuildRID->'runtime.%(Identity).$(Id)')">
55+
<Version>$(PackageVersion)</Version>
56+
<BlockStable>$(BlockStable)</BlockStable>
57+
</_PackageIdentityWithoutPrerelease>
58+
</ItemGroup>
5259
</Target>
5360

5461
<PropertyGroup>

eng/Versions.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<MinorVersion>7</MinorVersion>
88
<!-- Always use shipping version instead of dummy version -->
99
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
10-
<PreReleaseVersionLabel>preview3</PreReleaseVersionLabel>
10+
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
1111
<!--
1212
When StabilizePackageVersion is set to 'true', this branch will produce stable outputs for 'Shipping' packages
1313
-->

0 commit comments

Comments
 (0)