Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Best Practice Updates #25

Open
ghustis opened this issue Jun 20, 2019 · 2 comments
Open

Best Practice Updates #25

ghustis opened this issue Jun 20, 2019 · 2 comments

Comments

@ghustis
Copy link

ghustis commented Jun 20, 2019

Hopefully its OK to post this kind of request here. I have inherited a project that updates project dlls from TC when the program starts on the client. The updater uses the TeamCitySharp.dll to retrieve the current version of a dll and download it to the current machine. The updater has stopped working when we updated TC to v2019.1. In reviewing this updater project it is very difficult to follow & debug. So do you have a sample .net project that looks for current version and downloads them?
Thanks

@mavezeau
Copy link
Owner

Hi ghustis,

The best way to debug: Download the source and compile in debug, replace your teamcitySharp.dll and include the pdb.

Now you have all symbols...

For now, I didn't update to 2019.1. Let`s me know if you detect any issue...

Regards,

@mavezeau
Copy link
Owner

please try with the latest version please

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants