|
|
Browse by Tags
All Tags » c# » Team Foundation Server
-
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 ...
-
The following code will get the correct database and server name for the Team Foundation Server Work Item Tracking database. Note in the call to GetRegistrationEntries you can use any one of the following ...
|
|
|