The other day someone sent me an email asking me about reserved characters in MSBuild targets names. I didn't actually know of a published list of such a reference so I contacted the MSBuild team for more information and here is what I found out.
Illegal characters in target names
'$', '@', '(', ')', '%', '*', '?', '.'
Properties, items and item metadata elements must start with either a letter [a-Z] or an underscore (_).
Characters after the initial character for properties, items and item metadata can include: letters, numbers, underscore, and dashes (-).
Sayed Ibrahim Hashimi
Is there any documentation about integrating CruiseControl.Net with MSBuild+MSTest+VTS Code coverage.
actually i have configure my CruiseControl.Net with Subversion+MSBuild+MSTest but i do not know how could i do it with Code coverage? :(
i have read some papers that lead me to do it with MSBuild but i'm very new to MSBuild environment. :(
thanks in advance
NIMA
Comments are closed.