General Info
Author |
Evgeniy Koshkin |
License |
|
Type |
free, open-source |
Plugin Description
Allows to use TeamCity as a Windows symbol and source server.
Plugin Development Status
Actively developed.
Download
Last successful build compatible with TeamCity 8.0.3 (or later) available on public TeamCity server
Installation
- Put
symbol-server.zip
into<TeamCity Data Directory>
/plugins
folder. - Restart the server.
Usage
In order to enable symbols and sources indexing Symbol Files Indexer
build feature should be added to the build configuration. After that all PDB files published as build aftifacts in this configuration will be indexed.
TeamCity as a symbol and source server should be referenced by the folllowing URL <TEAMCITY_SERVER_URL>/app/symbols
. Particular URL is available on Administration > Integrations > Symbol Server
page.
Authentication
TODO
Feedback/Support
If you believe you've faced a bug: Issue Tracker (project: TeamCity)
If you want to ask a question or discuss: Forum
Development links
Sources in Mercurial repository.
Build for (TeamCity 8.0.x) at JetBrains public TeamCity instance.