Building MSI in Team Build... (once more)
Heya. I've just installed VS2005 on our TFS in order to build an msi when I do a team build. I added the following to our build script:
<
TargetName="AfterCompile"><
ExecCommand=""$(VSINSTALLDIR)\Common7\IDE\devenv""@(SolutionToBuild)" /build"@(ConfigurationToBuild)" /Project"DDSetup\DDSetup.vdproj""WorkingDirectory="$(SolutionDir)"/></
Target>When msbuild tries to run it, it comes up with this cryptic error message:
C:\DailyBuilds\CompanySolution\CompanySolution Daily Build\BuildType\TFSBuild.proj(144,5): error MSB3073: The command ""\..\..\Common7\IDE\devenv" "C:\DailyBuilds\CompanySolution\CompanySolution Daily Build\BuildType\..\Sources\CompanySolution\CompanySolution.sln" /build "Release|Any CPU" /Project "DDSetup\DDSetup.vdproj"" exited with code 3.
I couldn't find any description for the exit codes for devenv. Can anyone help me out here?
Cheers,
Chris

