-
Notifications
You must be signed in to change notification settings - Fork 9
Building
Marcus Markiewicz edited this page Sep 6, 2024
·
2 revisions
Install Visual Studio. For example:
winget install Microsoft.VisualStudio.2022.CommunityThen 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=DebugThe TeamMate executable can be found under Sources\TeamMate\bin.
MSI installers can be found under Sources\Setup\bin.