Monthly Archives: March 2011

MSBuild: Key file importing error

Sometimes you have to sign with an existing key file building .NET project assembly through console msbuild.exe There is manual way to import key file without installed Visual Studio. MSBuild message: Error MSB3325: Cannot import the following key file: keyfile.pfx. … Continue reading

Posted in Programming | Tagged , , , , | Leave a comment

Howto automate simple Windows build server.

Requirements: cygwin — windows bash scripting utility mailsend — free email notification utility msbuild — standard .NET Framework build utility team explorer — source control utility (tfs) Features: auto build with Debug and Release configurations builds separately every commited TFS … Continue reading

Posted in Programming | Tagged , , , , , | Leave a comment