Skip to content

Commit a5878d2

Browse files
authored
Set release/10 props (#8514)
1 parent 59c3334 commit a5878d2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<PropertyGroup Label="Versioning">
55
<RepositoryUrl>https://github.com/dotnet/dotnet-monitor</RepositoryUrl>
66
<VersionPrefix>10.0.0</VersionPrefix>
7-
<PreReleaseVersionLabel>alpha</PreReleaseVersionLabel>
7+
<PreReleaseVersionLabel>rc</PreReleaseVersionLabel>
88
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
99
<!-- Disable final version kind until merged into release branch. -->
1010
<DotNetUseShippingVersions>true</DotNetUseShippingVersions>
@@ -13,11 +13,11 @@
1313
- 'daily': sets the blob group release name to 'daily' so a release type does not have to be assigned.
1414
- 'release': sets the blob group release name to 'release'. Can be used for prereleases and full releases.
1515
-->
16-
<BlobGroupBuildQuality>daily</BlobGroupBuildQuality>
16+
<BlobGroupBuildQuality>release</BlobGroupBuildQuality>
1717
<!--
1818
This should be set to true for official releases.
1919
-->
20-
<UseMicrosoftDiagnosticsMonitoringShippedVersion>false</UseMicrosoftDiagnosticsMonitoringShippedVersion>
20+
<UseMicrosoftDiagnosticsMonitoringShippedVersion>true</UseMicrosoftDiagnosticsMonitoringShippedVersion>
2121
</PropertyGroup>
2222
<PropertyGroup Label="Testing">
2323
<XUnitCoreSettingsFile>$(MSBuildThisFileDirectory)xunit.runner.json</XUnitCoreSettingsFile>

0 commit comments

Comments
 (0)