build.ps1 179 B

123456789
  1. # Builds the Terminal.gui API documentation using docfx
  2. dotnet build --configuration Release ../Terminal.sln
  3. rm ../docs -Recurse -Force
  4. #docfx --metadata
  5. docfx --serve --force