Issue with Latest Version of FB - Using Variables in VS.Net Builds

Downloaded and installed latest version of FB.  Build action - Build VS.Net Solution is failing because we set the assembly info Title field using a combination of literal text and a variable replacement in this format:

epm.core (%versionbuildno%)

Basically, it appears that FB is appending additional ")" characters to the end of the title string which causes a build failure because of the error in quote mismatches placed into the Assembly Tiltle. 

Please advise on potential solutions.

 

Hi Michael

Please send a sample assemblyinfo file and a test project that shows the issue to support, if we can reproduce the problem then we should be able to provide a fix by tomorrow.

Attached is the FB project.  I already rolled back to the previous build of FB I was using.

The build error occurs in the Build VS.Net Solution actions when I set the AssemblyInfo Title to a literal plus a macro string.  The macro is build using a 2 stage variable set (build a formatted datetime string and then place that variable into another variable.  Using the new version the assembly info gets set to

)>

")"

as opposed to below.

 

 

See attached assemblyinfo file.

001_FinalBuilder.zip (58.946 KB)AssemblyInfo.vb.txt (1.354 KB)badsample_AssemblyInfo.vb.txt (1.356 KB)

Hi Michael

It turns out we had already fixed this issue since the last release. This build includes the fix :

https://www.finalbuilder.com/downloads/finalbuilder/630/FB630_1752.exe