In my TFS and VS2013 xaml builds, I could conditionally call the activity
AssociateChangesetsAndWorkItems
based on a custom flag set at queue time. I'm attempting to convert my (heavily customized) xaml builds to the new build system but my changes are always associated. I haven't been able to find a flag or other way to conditionally disable it.
Is there a way to conditionally disable associating changes and work items to a build with the new TFS 2015 build system? Hopefully, I'm just missing something simple.