Using native Nuget packages

0 Comments

Nuget packages have become the de facto way for .net libraries to be consumed by other projects and interestingly, Microsoft also use this technology to supply some of their C++ libraries – specifically they use this to provide the code used to connect to Xbox Live (Microsoft.Xbox.Live.SDK.Cpp.UWP). This got us thinking as to how to […]


Installing TeamCity on Linux using Docker with Perforce support

0 Comments

Note that this is no longer necessary as TeamCity now comes with Perforce support out of the box. It’s left here for informational purposes only. Here at Borsuk software, we use TeamCity as our CI infrastructure. We also use perforce as our source code repository. We recently migrated our TeamCity infrastructure from Windows only (Windows […]