How can I check-in files in TFS with azure pipelines
问题 I'm trying to automate a local deployment script that builds a javascript bundle and then, with the help of TFS command line tool, it checks-in the bundle into a TFS repository. Right now I have the pipeline building the bundle but I still need a last Task that puts the created files into TFS. It is important to note that the TFS is in another project. Is there a Taks that does check-ins to TFS? If not, what alternatives do I have without using a custom script for that? 回答1: I wrote a little