Just wanted to let everyone know that my Sedodream MSBuild Project now has an MSI that can be downloaded. You can find that latest downloads at http://www.codeplex.com/Release/ProjectReleases.aspx?ProjectName=Sedodream. The installer will place all MSBuild tasks in the %Program Files%\MSBuild\Sedodream directory. In your MSBuild project files you can refer to this location as $(MSBuildExtensionsPath)\Sedodream\.
Here is a list of what is currently included in the project
Tasks Included
|
Name |
Description |
|
AddMetadata |
Allows you to add metadata to an item |
|
FindUnder |
Finds and returns all directories (empty or not) under a specified path |
|
GetDate |
Returns a string representation of the date in a specified format |
|
GetRegKey |
Returns the value of a registry key |
|
Move |
Task to move a file (or set of files) |
|
NUnitTask |
Task to run NUnit test cases as a part of the build process |
|
TempFile |
Returns the path to a new temporary file |
|
ReplaceInFile |
Can be used to replace specified text in a file. |
|
GetExternalIp |
Can be used to determine the external IP address of the executing machine |
|
GetInternalIp |
Can be used to determine all the Internal IP addresses of the executing machine |
Loggers Included
|
Name |
Description |
|
EmailLogger |
An MSBuild logger capable of emailing the resulting log |
|
SimpleFileLogger |
A simple MSBuild file based logger |
|
XmlLogger |
An MSBuild logger which creates an Xml file |
Comments are closed.