From d4278f360dd3e96b84c4e5df7cd4f8c185a599fd Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Wed, 18 Sep 2024 20:29:37 +0200 Subject: [PATCH] [build] Restore the NuGet prerelease identifier/branch to the ones from 'main'. --- Make.config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Make.config b/Make.config index f433b0d655..37b1b6bfdc 100644 --- a/Make.config +++ b/Make.config @@ -140,8 +140,8 @@ endif ## ## Note that the prerelease identifier should be as short as possible, because otherwise ## the resulting package name can become too long for MSIs. -NUGET_HARDCODED_PRERELEASE_IDENTIFIER=xcode16 -NUGET_HARDCODED_PRERELEASE_BRANCH=xcode16 +NUGET_HARDCODED_PRERELEASE_IDENTIFIER=net8-rtm +NUGET_HARDCODED_PRERELEASE_BRANCH=net8.0 # compute the alphanumeric version of branch names NUGET_RELEASE_BRANCH_ALPHANUMERIC:=$(shell export LANG=C; printf "%s" "$(NUGET_RELEASE_BRANCH)" | tr -c '[a-zA-Z0-9-]' '-')