-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
master Linux, Slave: windows
Jenkins ver. 2.11
The plugin is adding a "?" char to all AssemblyInfo.cs files,
Ex.
?using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
It do change the assembyVersion line correctly
[assembly: AssemblyVersion("4.6.7.1")]
But the build is failing because the ? at the beginning of the file
- duplicates
-
JENKINS-25476 Encoding problem when writing file on windows.
- Resolved