Mercurial > hg > tc-symbol-server
view agent/src/META-INF/build-agent-plugin-symbol-server.xml @ 81:384401f7fc24 fb/windbg
fixing TW-32984
- located WinDbg home directory on agent initialization and reported it as agent config parameter
- used mentioned config parameter value to locate symbol server tools during the build
- started using another set of registry keys for windbg home detection; as a result standalone windbg installation can be detected (actual for win sdk 8.x only)
author | Evgeniy.Koshkin |
---|---|
date | Wed, 24 Dec 2014 19:55:53 +0300 |
parents | c6ca0a26d93e |
children | 0d0a3c1aa428 |
line wrap: on
line source
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd" default-autowire="constructor" > <bean class="jetbrains.buildServer.symbols.SymbolsIndexer"/> <bean class="jetbrains.buildServer.symbols.WinDbgToolsDetector"/> </beans>