Toolshed Tooltip #12 - Virtual PC from Episode 2

Very nice demo.. Please include how to run the project in the resources.. ie. the command line arg..Or please reply here.. Thanks
Hi,
First you should download the samples and build the sample solution (Sedo.MSBuild.TwitterLogger.sln). When you build it dll Sedo.MSBuild.Loggers.dll should be created. Then here is a sample command to attach the logger to the build for your project.
msbuild WindowsFormsApplication1.csproj /l:TwitterLogger,C:\temp\Sedo.MSBuild.TwitterLogger\Sedo.MSBuild.TwitterLogger\bin\Debug\Sedo.MSBuild.Loggers.dll;Username=YOUR_USER_NAME;Password=YOUR_PASSWORD
Note these things about that command
Sayed Ibrahim Hashimi