Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 4f9d411

Browse files
committed
Set IsPrelease=false in dir.props
1 parent e98f0d3 commit 4f9d411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dir.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<!-- If true, indicates that this is not an officially supported release -->
3333
<!-- It is important to flip this to false in official release branches -->
3434
<!-- Keep it in sync with PRERELEASE in clrdefinitions.cmake -->
35-
<IsPrerelease>true</IsPrerelease>
35+
<IsPrerelease>false</IsPrerelease>
3636
</PropertyGroup>
3737

3838
<!-- Output paths -->

0 commit comments

Comments
 (0)