Copy all files and folders using msbuild

后端 未结 10 1836
感动是毒
感动是毒 2020-11-30 22:22

Just wondering if someone could help me with some msbuild scripts that I am trying to write. What I would like to do is copy all the files and sub folders from a folder to

10条回答
  •  隐瞒了意图╮
    2020-11-30 22:55

    Personally I have made use of CopyFolder which is part of the SDC Tasks Library.

    http://sdctasks.codeplex.com/

提交回复
热议问题