Skip to content

Commit d5f676e

Browse files
committed
[release/10.0.1xx-preview1] Make this the .NET 10 P1 release branch.
1 parent 0683a2e commit d5f676e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Make.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ endif
141141
## Note that the prerelease identifier should be as short as possible, because otherwise
142142
## the resulting package name can become too long for MSIs.
143143
NUGET_HARDCODED_PRERELEASE_IDENTIFIER=net10-p1
144-
NUGET_HARDCODED_PRERELEASE_BRANCH=net10.0
144+
NUGET_HARDCODED_PRERELEASE_BRANCH=release/10.0.1xx-preview1
145145

146146
# compute the alphanumeric version of branch names
147147
NUGET_RELEASE_BRANCH_ALPHANUMERIC:=$(shell export LANG=C; printf "%s" "$(NUGET_RELEASE_BRANCH)" | tr -c '[a-zA-Z0-9-]' '-')

0 commit comments

Comments
 (0)