Powerful CI/CD for DevOps-centric teams
In this tutorial, we'll automate the build, test, and publishing pipelines for "Dodge the Creeps," a beginner 2D game project in Godot. Using TeamCity, we'll work with both GDScript and C# versions of the game.
The recently released TeamCity 2021.2 introduces a new build runner — C# Script. We’ve created it for users who want to automate their routine CI/CD operations using the familiar syntax of C# and all its scripting conveniences. TL;DR: The runner’s main advantages are:- It’s tightly integrated wit…