by Nathan Wilkinson | Jan 18, 2017 | Software Development Tips & Tricks
A few months back, Andrew Tarr showed us how to trigger a build from another build using PowerShell. That worked pretty well for us and remains the recommended way to have a chain of builds in Visual Studio Online. However, recently I was working on a project that...
by Andrew Tarr | May 3, 2016 | Software Development Tips & Tricks, Tools
As of April 2016, Visual Studio Team Services (VSTS) does not support triggering a build from another build. This presents a problem if you want your setup to do something like start two builds from a single pull request onto a branch (because VSTS does not support...