0

I'm using TeamCity to build nightly a .vdproj installer.

I'm using this configuration in TeamCity v10:

enter image description here

but I got this error message

ERROR: An error occurred while validating.  HRESULT = '8000000A'

I already put into regedit the DWORD EnableOutOfProcBuild with value=0 but seems that it works only if I run the command through the CMD and not via TeamCity.

I've also tried to put a delay between build steps, using the config below, but it doesn't work:

enter image description here

I use VS2015 and I've installed Microsoft Visual Studio 2015 Installer Projects extension

Any solution?

Thanks

Krusty
  • 955
  • 1
  • 12
  • 26
  • You can find due command to work from the command line and only then configure that in TeamCity, ensuring the same environment (user, env variables, starting TeamCity agent from the same command prompt window, etc.). – Yaegor Sep 21 '16 at 00:52

1 Answers1

0

Have a look here. It involves calling devenv.exe from a commandline build runner. Not the cleanest solution but worked fine for me.

Community
  • 1
  • 1
lechuckcaptain
  • 1,032
  • 1
  • 9
  • 25