From bc89d3ac6b19583f44ea821674b1d9ef00908650 Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Tue, 23 Jun 2020 10:42:35 -0700 Subject: [PATCH] set flags in master (#38273) --- Directory.Build.props | 2 +- eng/native/configureplatform.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 50f11b41784839..13aff82cb7724f 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -74,7 +74,7 @@ - false + true true diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake index 23024a5f2daf62..8c4ddff8d23905 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 0) +set(PRERELEASE 1) #---------------------------------------- # Detect and set platform variable names