diff --git a/Directory.Build.props b/Directory.Build.props
index b55b01142529c1..f3b2b5a217d83c 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -277,9 +277,6 @@
$(CopyrightNetFoundation)
$(MSBuildThisFileDirectory)THIRD-PARTY-NOTICES.TXT
https://go.microsoft.com/fwlink/?LinkID=799421
-
-
- false
$(MSBuildProjectName.Contains('Private'))
true
diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake
index 86db27cbe1e10a..315aa480c69357 100644
--- a/eng/native/configureplatform.cmake
+++ b/eng/native/configureplatform.cmake
@@ -1,8 +1,8 @@
include(${CMAKE_CURRENT_LIST_DIR}/functions.cmake)
-# If set, indicates that this is not an officially supported release
-# Keep in sync with IsPrerelease in Directory.Build.props
-set(PRERELEASE 0)
+# If set, indicates that this is not an officially supported release.
+# Release branches should set this to false.
+set(PRERELEASE 1)
#----------------------------------------
# Detect and set platform variable names