NAnt
![]() ![]() ![]() |
v0.91 |
Gets the AssemblyName for a given file.
AssemblyName assemblyname::get-assembly-name(assemblyFile)
Name | Type | Description |
---|---|---|
assemblyFile | string | The assembly file for which to get the AssemblyName. |
Output the full name of the nunit.framework
assembly to the build log.
<echo message="${assemblyname::get-full-name(assemblyname::get-assembly-name('nunit.framework.dll'))}" />