[build] Restore the NuGet prerelease identifier/branch to the ones from 'main'.

This commit is contained in:
Rolf Bjarne Kvinge 2024-09-18 20:29:37 +02:00
Родитель 5bd58d4786
Коммит d4278f360d
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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-]' '-')