Skip to content

Commit

Permalink
Tweak & rename
Browse files Browse the repository at this point in the history
  • Loading branch information
spetebroodt committed Apr 5, 2023
1 parent c6ce727 commit 497b802
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion BuildDocs.bat → buildDocs.cmd
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@echo off
cls

dotnet restore "src/NuGetPackages"
dotnet build "src/NuGetPackages" --configuration Release
Expand All @@ -9,4 +10,4 @@ if "%1"=="" (
docfx serve _site
) else (
docfx serve _site -p %1
)
)

0 comments on commit 497b802

Please sign in to comment.