Wednesday

msbuild release configuration

to build release from command line:
 msbuild  buildsrc\Test\Test.sln   /p:Configuration=Release 

No comments:

test smtp server with powershell

Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...