Closed ghost closed 7 years ago
Version must be specified either '1.0.0.0' or with an asterix () eg. '1.0.'.
You should change it to add the Version Revision if it's not in the assembly info and it's specified in the configuration.
This AssemblyVersion("1.0.0") should be changed to AssemblyVersion("1.0.0.0") even if no asterisk is specified.
If version is specified like this AssemblyVersion("1.0.0") and you trying to update revision part, task is failed. But when it's specified like this AssemblyVersion("1.0.0.0") everything works.