I'm using TeamCity to build nightly a .vdproj installer.
I'm using this configuration in TeamCity v10:
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:
I use VS2015 and I've installed Microsoft Visual Studio 2015 Installer Projects extension
Any solution?
Thanks