You’ve probably noticed that Team Foundation Server 2015 introduces a new automated build system. One of the great things about this new system is that it’s based on PowerShell. At this point, you’re probably thinking “Ok. PowerShell. Fantastic. Why do I care?” Well, that PowerShell-centric approach allows you to much more easily customize your builds. Need to do some logic? Stuff it in a PowerShell script, call that *.ps1 script from the build and you’re off.
↧