Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 746 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 746 Bytes

TeamCity Symbol Server plugin, fork from here

This initial purpose of this repo is attempt to fix a timeout bug when processing debug symbol (DSOF-21217) Or if anything updated with the plugin source code, please feel free to update this repo

How to build

Please notice right now the project is broken when it tries to compile against the latest TeamCity library(2022.04) Where the teamcity-symbol-server project would fail to compile its test case.

Build individual module by using gradle:jar

Custom Release

Currently the plugin is made manually swapping out the jar from the original zip and modify the version in teamcity-plugin.xml. the build is resided in /release folder