diff --git a/Directory.Build.props b/Directory.Build.props index e8f9a65ba21783..e6dc7b84da1c02 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -74,7 +74,7 @@ - true + false $(MSBuildProjectName.Contains('Experimental')) diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake index c65274141dd49c..b42a4ea5f5b828 100644 --- a/eng/native/configureplatform.cmake +++ b/eng/native/configureplatform.cmake @@ -3,7 +3,7 @@ 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 1) +set(PRERELEASE 0) #---------------------------------------- # Detect and set platform variable names