This action does not supported the Ant pattern like:
Source\Code\**\AssemblyInfo.vb
I don't wanna list all of our 56 assemblies here.
This action does not supported the Ant pattern like:
Source\Code\**\AssemblyInfo.vb
I don't wanna list all of our 56 assemblies here.
+1 on this feature.
We've now added ANT pattern support for the AssemblyInfoUpdater action. This will be in the next build.
great! thanks.
This hotfix build includes this feature :
http://downloads.finalbuilder.com/downloads/continua/1.0/ContinuaCI.Server.Setup_x64_1.0.0.2402.exe
http://downloads.finalbuilder.com/downloads/continua/1.0/ContinuaCI.Server.Setup_1.0.0.2402.exe
http://downloads.finalbuilder.com/downloads/continua/1.0/ContinuaCI.Agent.Setup_x64_1.0.0.2402.exe
http://downloads.finalbuilder.com/downloads/continua/1.0/ContinuaCI.Agent.Setup_1.0.0.2402.exe
we’ll have an official update out next week.
ok, this works know. wonderful. but it seems that when the attribute is not already present, the value defined in the action is added as string. the " are missing.
… is NOT added as string. sorry.
additionally, the log output is not nice anymore. i would suggest adding the files that were changed.
Hi Christian,
I've updated the log output for the action so that it now shows which file has been modified.
You will need to add the quotes when specifying each property if quotes are required.
We conserve existing quotes when updating however, we intentionally do not add quotes when inserting new properties because some properties should not have quotes e.g. ComVisible(false).
Also, we cannot possilbly tell what the attribute constructors parameter types are unless we write a c#/vb/delphi/… language parser… which is well beyond the scope of this product. So if it needs quotes, you need to add them.
ok, no problem. but this note should be part of the documentation!
http://wiki.finalbuilder.com/x/hwEK now updated