We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0683a2e commit d5f676eCopy full SHA for d5f676e
Make.config
@@ -141,7 +141,7 @@ endif
141
## Note that the prerelease identifier should be as short as possible, because otherwise
142
## the resulting package name can become too long for MSIs.
143
NUGET_HARDCODED_PRERELEASE_IDENTIFIER=net10-p1
144
-NUGET_HARDCODED_PRERELEASE_BRANCH=net10.0
+NUGET_HARDCODED_PRERELEASE_BRANCH=release/10.0.1xx-preview1
145
146
# compute the alphanumeric version of branch names
147
NUGET_RELEASE_BRANCH_ALPHANUMERIC:=$(shell export LANG=C; printf "%s" "$(NUGET_RELEASE_BRANCH)" | tr -c '[a-zA-Z0-9-]' '-')
0 commit comments