msbuild TransformWebConfig task - doesn't work for App.configs?
Posted
by Jeff D
on Stack Overflow
See other posts from Stack Overflow
or by Jeff D
Published on 2010-05-06T17:14:57Z
Indexed on
2010/05/06
17:18 UTC
Read the original article
Hit count: 614
msbuild
|visual-studio-2010
I have a windows service that will need to have the same kind of transformations that the web.configs would use, but VS 2010 doesn't seem to support that. I've tried manually adding the App.Release.Config files, and then using msbuil [PROJ] /T:TransformWebConfig /p:Configuration=Release but no transformation is performed. I got a TransformWebConfig folder createed in my obj subdirectory, but that's it.
Is this thing hardcoded to only work with web.configs?
© Stack Overflow or respective owner