We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc5f482 commit 244c396Copy full SHA for 244c396
1 file changed
build/config.props
@@ -22,7 +22,7 @@
22
<!-- Preview 3 is typically the last "main branch" preview, so we start using rc at this time -->
23
<ReleaseLabel Condition=" '$(ReleaseLabel)' == '' ">rc</ReleaseLabel>
24
25
- <IsEscrowMode Condition="'$(IsEscrowMode)' == ''">false</IsEscrowMode>
+ <IsEscrowMode Condition="'$(IsEscrowMode)' == ''">true</IsEscrowMode>
26
27
<!-- Visual Studio Insertion Logic -->
28
<VsTargetBranch Condition="'$(VsTargetBranch)' == '' And '$(IsEscrowMode)' != 'true'">main</VsTargetBranch>
0 commit comments