Building - microsoft/TeamMate GitHub Wiki

Install Visual Studio. For example:

winget install Microsoft.VisualStudio.2022.Community

Then start the Visual Studio Installer and modify the installation, adding ".NET desktop development".

Open a Visual Studio Developer Command Prompt and run:

git clone https://github.com/microsoft/TeamMate.git
cd Sources
msbuild /restore:true /p:Platform=x64 /p:Configuration=Debug

The TeamMate executable can be found under Sources\TeamMate\bin.

MSI installers can be found under Sources\Setup\bin.