VBCSCompiler task hangs or take a very long time
Posted by Yoni Davidson on 16 January 2018 01:36 PM
|
|
This issue only occurs for builds executed when using the BuildConsole /command or ibconsole /command. This is because the VBCScompiler only has AllowIntercept="true" in the build profile when the build is executed from within Visual Studio.
To solve this add the following to the XML profile: <Tool Filename="VBCScompiler" AllowIntercept="true" /> <Tool Filename="vshub" AllowIntercept="true" />
Note: To execute profile.XML files, you will need a valid DevTools license. | |
|
Comments (0)