We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c1e976 commit 8e542b7Copy full SHA for 8e542b7
1 file changed
build/config.props
@@ -20,7 +20,7 @@
20
<!-- ** Change for each new preview/rc -->
21
<!-- Check the VS schedule and manually enter a preview number here that makes sense. -->
22
<!-- Preview 3 is typically the last "main branch" preview, so we start using rc at this time -->
23
- <ReleaseLabel Condition=" '$(ReleaseLabel)' == '' ">preview.1</ReleaseLabel>
+ <ReleaseLabel Condition=" '$(ReleaseLabel)' == '' ">rc</ReleaseLabel>
24
25
<IsEscrowMode Condition="'$(IsEscrowMode)' == ''">false</IsEscrowMode>
26
0 commit comments