Copy one file in target directory on deploy from visual studio team services

后端 未结 7 2299
天命终不由人
天命终不由人 2020-11-28 08:46

I\'m using VSTS as a build server, and while building I want to copy the bin folder contents to the root of the target, and also custom files from another folder to this tar

相关标签:
7条回答
  • 2020-11-28 09:41

    Make artifacts of each file you want to copy. Then create a 'copy file' task of each file of these artifacts. Then it doesn't copy the source tree structure.

    0 讨论(0)
提交回复
热议问题