Category Archives: DevOps

Publish .NET Nuget package from TeamCity to Azure DevOps

In the current project that I am working, I took the responsibility of upgrading some projects to .NET6. The company has its own Nuget package source. As a challenge for me to know how to build the upgraded libraries and push them to a Nuget source, I needed a locally running version of TeamCity.

Luckily it is not that hard to setup the docker container of TeamCity server. In addition I wanted to run a local git server. There is also a good solution for that and it is called Gitea. I almost have everything ! So I made a docker-compose file to share with you.

Continue reading