TFS 2010 build config transform problem
Posted
by Zdenek
on Stack Overflow
See other posts from Stack Overflow
or by Zdenek
Published on 2010-04-22T08:53:12Z
Indexed on
2010/05/21
5:10 UTC
Read the original article
Hit count: 846
Hi all,
I'm facing quite a problem while setting up automated TFS Builds. Basically I created new configuration called Tests, added transform config, defined different connection strings for the Database. Then defined TFS build, building whole solution with MSBuild arguments /p:DeployOnBuild=True /p:Configuration=Tests
.
The problem is that in the drop location (Build_PublishedWebsites\Project) I get web.config
, web.debug.config
, web.release.config
and web.tests.config
, however I would expect just one transformed web.config
.
I already checked PDC presentation Web Deployment Painkillers: Microsoft Visual Studio 2010 & MS Deploy but didn't help.
Thanks for any answer.
© Stack Overflow or respective owner