VS 2008 build task seems to ignore vdprojs
My vs 2008 build tasks seem to ignore vdprojs (setup projects) contained in a solution.
I'm rather new to teamcity (3.0), so I might be doing something wrong.
Is there a way to fix this?
Please sign in to leave a comment.
Hello,
Thanks for support!
Is that possible to build you solution from pure MSBuild?
Please try starting c:\windows\Microsoft.NET\Framework\v3.5\MSBuild.exe
]]>
Does it able to build your solution?
--
Eugene Petrenko
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
No, msbuild doesn't handle vdprojs either. It is necessary to run devenv.exe to build this solution.
Hello,
VS2005/VS2008 runners does not support starting devenv.exe to build solution.
To workaround the problem, please, call devenv.exe explicitly.
Please note build agent autodetects VS2008 and put it path to VS2008_Path
system property.
Please create an Jira issue on the problem to run devenv instead of msbuild
at
http://www.jetbrains.net/jira/browse/TW
Thanks!
--
Eugene Petrenko
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"