Set IsPrelease=false in dir.props
authorwtgodbe <wigodbe@microsoft.com>
Fri, 31 May 2019 20:15:44 +0000 (13:15 -0700)
committerwtgodbe <wigodbe@microsoft.com>
Fri, 31 May 2019 20:15:44 +0000 (13:15 -0700)
dir.props

index d2a63e5..5372ea3 100644 (file)
--- a/dir.props
+++ b/dir.props
@@ -32,7 +32,7 @@
     <!-- If true, indicates that this is not an officially supported release -->
     <!-- It is important to flip this to false in official release branches -->
     <!-- Keep it in sync with PRERELEASE in clrdefinitions.cmake -->
-    <IsPrerelease>true</IsPrerelease>
+    <IsPrerelease>false</IsPrerelease>
   </PropertyGroup>
 
   <!-- Output paths -->