I'm Using TFS 2017 ( with TFVC not git )
I want to add Associated changes ( changesets ) to a build ,
I want to add them during the build by using Rest api in a Powershell script.
I've tried the update build 'Patch" request but it only refer to the build details and
not the Associated changes and Work Items.
Is there a way to do it ? (even without the REST API )