Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-36375

Change assembly version is adding ? char at the beginning of the AssemblyInfo.cs

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major 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

            sankethpb Sanketh PB
            eyzenm Eyzen M. Kim
            Votes:
            5 Vote for this issue
            Watchers:
            11 Start watching this issue

              Created:
              Updated: