From 09817441ad653b03ae46334a43f0e6d01cabecd5 Mon Sep 17 00:00:00 2001 From: Anipik Date: Mon, 22 Jun 2020 17:25:20 -0700 Subject: [PATCH 1/2] update branding to review 8 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 51b09a0a719e37..6689cd950cb91a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -7,7 +7,7 @@ 0 0 preview - 7 + 8 $(MajorVersion).$(MinorVersion).0.0 From 5c664f520908b08a9289d068860ccdaff5475b0f Mon Sep 17 00:00:00 2001 From: Anipik Date: Mon, 22 Jun 2020 17:27:26 -0700 Subject: [PATCH 2/2] set reset flag to false --- 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 13aff82cb7724f..50f11b41784839 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -74,7 +74,7 @@ - true + false true diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake index 8c4ddff8d23905..23024a5f2daf62 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