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
Would it be possible that GitVersionTask do not write AssemblyVersion when assembly-versioning-scheme is set to none.
Actually, it writes [assembly: AssemblyVersion("")] which is not valid. It is not possible to add it's own AssemblyVersion attribute either as it will conflict.
Having the AssemblyInfoBuilder build the assemblyfile with only one format string does not allow opt-in/opt-out of version attribute.
The text was updated successfully, but these errors were encountered:
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.
Would it be possible that GitVersionTask do not write AssemblyVersion when assembly-versioning-scheme is set to none.
Actually, it writes
[assembly: AssemblyVersion("")]
which is not valid. It is not possible to add it's own AssemblyVersion attribute either as it will conflict.Having the AssemblyInfoBuilder build the assemblyfile with only one format string does not allow opt-in/opt-out of version attribute.
The text was updated successfully, but these errors were encountered: