Skip to content

Commit 244c396

Browse files
authored
Change IsEscrowMode to true in config.props (#7255)
1 parent dc5f482 commit 244c396

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/config.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Preview 3 is typically the last "main branch" preview, so we start using rc at this time -->
2323
<ReleaseLabel Condition=" '$(ReleaseLabel)' == '' ">rc</ReleaseLabel>
2424

25-
<IsEscrowMode Condition="'$(IsEscrowMode)' == ''">false</IsEscrowMode>
25+
<IsEscrowMode Condition="'$(IsEscrowMode)' == ''">true</IsEscrowMode>
2626

2727
<!-- Visual Studio Insertion Logic -->
2828
<VsTargetBranch Condition="'$(VsTargetBranch)' == '' And '$(IsEscrowMode)' != 'true'">main</VsTargetBranch>

0 commit comments

Comments
 (0)