在团队生成目标中复制目录是否可能?
如何在TFS团队构建中复制递归目录结构?
原标题:
问题回答
<Copy SourceFiles="@(SourceItemGroup)" DestinationFolder="$(YourDirSubDir\%(RecursiveDir)" />
我发现最简单的方法(如果您想更加严格地包含/排除内容)是使用我编写的一些自定义MSBuild任务:http://www.aaron-powell.com/blog.aspx?cat=AaronPowell.MSBuild.Tasks。
您提供源目录、目标方向(提供网络共享支持)和要排除的文件名/扩展名。
主要是因为 Team Build 运行时会对实际情况造成很大的混乱(特别是对于 Web 应用程序),并且不太可能使用标准的 MSBuild 复制任务。
相关问题
热门标签
- winforms
- combobox
- fogbugz
- java
- date
- internationalization
- asp.net
- iis
- url-rewriting
- urlrewriter
- c#
- enums
- ocaml
- haxe
- algorithm
- string
- viewstate
- .net
- c++
- c
- symbol-table
- mysql
- database
- postgresql
- licensing
- migration
- vb.net
- vb6
- declaration
- vb6-migration
- python
- psycopg2
- backup
- vmware
- virtualization
- gnu-screen
- authentication
- desktop
- excel
- xll
- cultureinfo
- regioninfo
- oracle
- client
- session
- download
- html
- virtual
- constructor
- scenarios
- perl
- full-text-search
- javascript
- ajax
- testing
- oop
- inheritance
- vim
- encapsulation
- information-hiding