Skip to content

Commit

Permalink
Update build quality (#1970)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktork authored Jun 6, 2022
1 parent f7a2f48 commit 7a78ee4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,15 @@
<PropertyGroup Label="Versioning">
<RepositoryUrl>https://github.com/dotnet/dotnet-monitor</RepositoryUrl>
<VersionPrefix>6.2.0</VersionPrefix>
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
<!-- <DotNetFinalVersionKind>release</DotNetFinalVersionKind> -->
<PreReleaseVersionLabel>rtm</PreReleaseVersionLabel>
<DotNetFinalVersionKind>release</DotNetFinalVersionKind>
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
<!--
Build quality notion for blob group naming, similar to aka.ms channel build quality in Arcade:
- 'daily': sets the blob group release name to 'daily' so a release type does not have to be assigned.
- 'release': sets the blob group release name to 'release'. Can be used for prereleases and full releases.
-->
<BlobGroupBuildQuality>daily</BlobGroupBuildQuality>
<BlobGroupBuildQuality>release</BlobGroupBuildQuality>
</PropertyGroup>
<PropertyGroup Label="Arcade">
<UsingToolXliff>false</UsingToolXliff>
Expand Down

0 comments on commit 7a78ee4

Please sign in to comment.