Files
Terminal.Gui/docfx/build.ps1
Tig Kindel 26d2353e40 Prep for Release v1.7.0 (#1910)
* prepping for v1.7 release

* Updated release notes for v1.7

* updated rel notes

* regen docs

* trying to fix view source

* reactive ui update
2022-07-28 05:39:06 -07:00

11 lines
216 B
PowerShell

# Builds the Terminal.gui API documentation using docfx
dotnet build --configuration Release ../Terminal.sln
rm ../docs -Recurse -Force
$env:DOCFX_SOURCE_BRANCH_NAME="main"
docfx --metadata
docfx --serve --force