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 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