In case TeamCity does not trigger the .NET builds, follow these instructions to enable more detailed events logging:
- Open the <agent home>/plugins/dotnetplugin/bin folder.
- Open teamcity-log4net.xml with any text editor, for example, Microsoft Notepad.
- Make a backup copy.
- Set logging level to DEBUG. To do so, replace the original lines:
with the following new ones:
 | After a debug log is created, please do not forget to roll back the change.
The change in teamcity-log4net.xml will be removed on build agent autoupgrade. |