Skip to content

Commit 7a78ee4

Browse files
authored
Update build quality (#1970)
1 parent f7a2f48 commit 7a78ee4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

eng/Versions.props

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
<PropertyGroup Label="Versioning">
33
<RepositoryUrl>https://github.com/dotnet/dotnet-monitor</RepositoryUrl>
44
<VersionPrefix>6.2.0</VersionPrefix>
5-
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
6-
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
7-
<!-- <DotNetFinalVersionKind>release</DotNetFinalVersionKind> -->
5+
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
6+
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
87
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
98
<!--
109
Build quality notion for blob group naming, similar to aka.ms channel build quality in Arcade:
1110
- 'daily': sets the blob group release name to 'daily' so a release type does not have to be assigned.
1211
- 'release': sets the blob group release name to 'release'. Can be used for prereleases and full releases.
1312
-->
14-
<BlobGroupBuildQuality>daily</BlobGroupBuildQuality>
13+
<BlobGroupBuildQuality>release</BlobGroupBuildQuality>
1514
</PropertyGroup>
1615
<PropertyGroup Label="Arcade">
1716
<UsingToolXliff>false</UsingToolXliff>

0 commit comments

Comments
 (0)