From 6cc57014fc079950abc766fb9af8ddd353909cba Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 14 Jul 2022 12:01:32 +0200 Subject: [PATCH 1/4] Remove IsPreRelease msbuild property The property was added in https://github.com/dotnet/coreclr/commit/809b8f792923c95b9d5fee824c60dde21079cca1 years ago and isn't used anymore. Remove it to ease branding. --- Directory.Build.props | 3 --- 1 file changed, 3 deletions(-) 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 From 4ad1f9b3100feb1fd15e838747763f5bfd56c955 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 14 Jul 2022 12:04:01 +0200 Subject: [PATCH 2/4] Update configureplatform.cmake --- eng/native/configureplatform.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake index 86db27cbe1e10a..2fbf4bda0d12f9 100644 --- a/eng/native/configureplatform.cmake +++ b/eng/native/configureplatform.cmake @@ -1,7 +1,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 +# Release branches should set this to false. set(PRERELEASE 0) #---------------------------------------- From f9a0dd25a503e66d0292258ff9df98d8a633c92b Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 14 Jul 2022 12:04:09 +0200 Subject: [PATCH 3/4] Update configureplatform.cmake --- eng/native/configureplatform.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake index 2fbf4bda0d12f9..18055fccb0c5e9 100644 --- a/eng/native/configureplatform.cmake +++ b/eng/native/configureplatform.cmake @@ -1,6 +1,6 @@ include(${CMAKE_CURRENT_LIST_DIR}/functions.cmake) -# If set, indicates that this is not an officially supported release +# If set, indicates that this is not an officially supported release. # Release branches should set this to false. set(PRERELEASE 0) From d12185431c2e2aae0df78943201ebf5b35d62037 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 14 Jul 2022 17:13:32 +0200 Subject: [PATCH 4/4] Update configureplatform.cmake --- eng/native/configureplatform.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/native/configureplatform.cmake b/eng/native/configureplatform.cmake index 18055fccb0c5e9..315aa480c69357 100644 --- a/eng/native/configureplatform.cmake +++ b/eng/native/configureplatform.cmake @@ -2,7 +2,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/functions.cmake) # If set, indicates that this is not an officially supported release. # Release branches should set this to false. -set(PRERELEASE 0) +set(PRERELEASE 1) #---------------------------------------- # Detect and set platform variable names