msbuild - TFS Build: Files being packaged for certain configurations but not others -



msbuild - TFS Build: Files being packaged for certain configurations but not others -

when utilize tfs team build compile , create deployment packages each of configurations project (dev, test, uat, live) (to necessary transformed web.config each environement).

in order include files outside of project deployment bundle have added next in csproj file:

<content include="filestoincludefolder\**\*" />

this works 1 of configurations. ie files included in 1 of packages.

the difference between configuration works , 1 doesn't name , fact have different web.config transform each. ideas why happening?

in log file created msbuild configuration acts correctly has our files listed under section

collectfilesfromcontent: gather files project items @(content). adding:

when doesn't work aren't. seems files within @content become different different configurations. why should be, there nil in our build process or csproj file treats them differently , same csproj file in each case?

msbuild tfsbuild csproj

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -