* Use dotnet tool instead * Uses pipeline build artifacts to reduce compilation time * Fixed name * Remove --noRestore * Move DocFX metadata generation to Build stage * Updated to use dlls * Docs: Fix DocFX CSS reference for newer DocFX version Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * Added conditions for generating DocFX metadata * use glob pattern for DLLs * Move DocFX to Build_Docs stage with separate DLLs artifac * Fixes based on comments * Undo commented out Upload C# Docs job * Removed Build_Docs from Nuget Release so our docs isnt blocking * Added dependsOn so Upload_API_Docs is only done when Build_Docs are finished --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>