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
project.json builds allow you to leave the prerelease tag component of the version as a wildcard ("version": "3.1.0-*") and then pass it in via a command-line parameter (dotnet pack --version-suffix).
Ironically with all the variables GitVersion generates, there doesn't seem to be a simple nuget-compatible prerelease tag (i.e. unstable0456 and not unstable.456). Maybe you guys would consider adding NuGetPreReleaseTag?
This issue has been automatically marked as stale because it has not had recent activity. After 30 days from now, it will be closed if no further activity occurs. Thank you for your contributions.
project.json builds allow you to leave the prerelease tag component of the version as a wildcard (
"version": "3.1.0-*"
) and then pass it in via a command-line parameter (dotnet pack --version-suffix
).Ironically with all the variables GitVersion generates, there doesn't seem to be a simple nuget-compatible prerelease tag (i.e. unstable0456 and not unstable.456). Maybe you guys would consider adding NuGetPreReleaseTag?
Related to #647
The text was updated successfully, but these errors were encountered: