Trigger a vNext Release from team build

Using Release Management you can implement true Continuous Delivery.  With the latest update of Release Management you can trigger a release via a REST api call to Release Management.  In this post I will share the script and build definition I used to trigger the release and how to use th... [More]

Where are my diagnostic build logs?

Problem: I am trying to customize TfvcTemplate.12.xaml and can’t increase the verbosity level any longer. Solution: Open the desired build and click the Diagnostics menu and select View Logs. Explanation: In the past there was an argument on the build template that allowed you to contro... [More]

Track current location in PowerShell Title Bar

CLIs or Command-line interfaces are great tools but can become difficult to use when you are buried deep into the file system.  The prompt becomes so long that your commands begin to wrap onto additional lines making it hard to identify errors. However, with PowerShell you can move the curre... [More]

Reschedule a defered release

Problem:  I accepted a release and deferred the deployment to a later date but now I want to change the date of the release. Solution: You have two options.  If you simply want to release the code now you can click the Allow Deployment Now button on the release's log page. If... [More]