You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Set the NUGET_HARDCODED_PRERELEASE_BRANCH variable to the exact name for the branch the above variable should apply to (so that any other branches won't pick it up by accident).
89
89
# For the previous example, this would be "release/6.0.2xx-rc1"
90
90
# When creating a (pre) release branch from main, this must be changed from "main" to the new release branch.
91
-
NUGET_HARDCODED_PRERELEASE_BRANCH=release/6.0.4xx
91
+
NUGET_HARDCODED_PRERELEASE_BRANCH=release/6.0.3xx
92
92
93
93
# compute the alphanumeric version of the hardcoded prerelease branch
0 commit comments