I have a build provided by a third party via the ExternalTfsBuild service endpoint in VSTS (Type: Team Foundation Server/Team Services). I can use the build successfully in a Release pipeline and deploy it to Azure but I also want to extract some script files from it.
Ideally I'd like to store the files back into VSTS Git so I can track their changes over time. Anyone done this before?