开发者

How can I filter which files are included in a workspace using MSBuild?

开发者 https://www.devze.com 2023-01-17 23:44 出处:网络
It seems that MsBuild creates a folder called, \"BuildType\" on the build server and this folder is where the .proj file is copied. In source control I have several files that are in the same folder a

It seems that MsBuild creates a folder called, "BuildType" on the build server and this folder is where the .proj file is copied. In source control I have several files that are in the same folder as the build project file. I have a workspace mapped to this location.

I would like to be able to specify explicitly which files from this workspace location should be copied to the build machine. Is this possible?

Than开发者_开发百科ks!


You cannot do this on file level but if you organize your build type folder with subfolders you can cloak the folders that you want to exclude.

0

精彩评论

暂无评论...
验证码 换一张
取 消