From 14a6ad9d1e4003352f84570f1cc8cd189f9b16ce Mon Sep 17 00:00:00 2001 From: quin lynch Date: Sun, 17 Oct 2021 10:44:18 -0300 Subject: [PATCH] Update docs.bat --- azure/docs.bat | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure/docs.bat b/azure/docs.bat index 70958ec24..187dcdd48 100644 --- a/azure/docs.bat +++ b/azure/docs.bat @@ -5,6 +5,9 @@ ECHO remove old 'latest' ECHO Y | RMDIR /S docs-static\latest || EXIT /B 1 ECHO build docs + +TYPE D:\a\1\s\src\Discord.Net.Commands\Discord.Net.Commands.csproj || EXIT /B 1 + docfx.console\tools\docfx.exe docs/docfx.json -o docs-staging || EXIT /B 1 ROBOCOPY docs-staging\_site docs-static\latest /MIR