Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.15 KB

File metadata and controls

52 lines (30 loc) · 1.15 KB

Tools

Read the LICENSE first.

Build tools for this organization

Build Release in Windows

Open PowerShell in folder Tools and run:

  • .\Build.ps1

Generate Repo Release in Windows

To update all repos at the same time, open PowerShell in folder Tools and run:

  • .\Build.ps1 -Project Update

To update only one repo, open PowerShell in folder repo\Release and run:

  • ..\..\Tools\Tools\CodePack.exe .\CodegenConfig.xml

CodePack.exe and CodePack.backup.exe could be created by .\Build.ps1 -Project Update-Prepare-CodePack.

CodePack.backup.exe keeps the last successful CodePack.exe build, it will be updated when a new CodePack.exe is available.

Enable a Repo with Copilot

Run Copilot\copilotInit.ps1 in that repo.

Run Copilot\copilotUpdateKB.ps1 to copy updated documents back to Tools repo.

Local Development Environment

Windows

  • github desktop
  • Visual Studio 2026
  • Visual Studio Code
  • cdb

Ubuntu

See Ubuntu/README.md

macOS

  • github desktop
  • git
  • cmake
  • clang
  • Visual Studio Code