It's all about the answers!

Ask a question

any tutorial to use devenv.exe to compile Visual Studio Projects?


Rafael Hernandez (3222434) | asked Feb 05 '15, 7:31 p.m.
 hello everyone,

Im having some issues compiling an old VB 2008 project on MSBuild and RTC, if i use devenv.exe to compile the result is alright but i cant import properties to call ANT task for zipping and publishing the zip link to the build result.

There is any tutorial for compiling with deven.exe?

Thank you very much for your help.

2 answers



permanent link
Lily Wang (4.9k714) | answered Feb 06 '15, 1:15 a.m.
Hi Rafael,
Please have a look article https://jazz.net/library/article/518, which provides an example how to use ANT task to publish Visual Studio project build.

permanent link
Rafael Hernandez (3222434) | answered Feb 06 '15, 1:17 p.m.
  Thank you very much for your help Lily, actually i use this article to compile my projects.

The problem is that the VB project only compiles using devenv.exe, and when i pass the properties on build definition (Additional Arguments:  /property:fetchDestination=${team.scm.fetchDestination})

im getting this error:


Any idea? =S

Thanks in advance

Comments
Lily Wang commented Feb 09 '15, 12:35 a.m.

Hi,
I'm not a VS expert. But I did a quick search. Per http://stackoverflow.com/questions/4192407/passing-msbuild-options-when-calling-devenv, if you are using devenv.exe, you can not use "/property" but need to use environment variable.
Other than that, I can not find an article in jazz.net particularly for devenv compiler.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.