Welcome to EMC Consulting Blogs Sign in | Join | Help

Browse by Tags

All Tags » c# » Team Build
  • Dynamic C# code execution inside an MSBuild script.

    One thing Powershell has that MSBuild hasn't is a scripting engine that can access the .NET core libraries directly.  For example, in Powershell you could use the following function to get the current day of the week and assign it to a variable:$a = (get-date).dayofweekIn the MSBuild world we are restricted to writing a custom ...
    Posted to Stuart Preston's Blog (Weblog) by Stuart.Preston on June 24, 2007
Powered by Community Server (Personal Edition), by Telligent Systems