Skip to content

Commit 6822f25

Browse files
author
maximv
committed
added: md generation to the build_no_legacy script
1 parent a2a2600 commit 6822f25

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

build_no_legacy.bat

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,20 @@ if %ERRORLEVEL% neq 0 goto :error
1818
echo:
1919
echo:## Finished: TESTS
2020

21+
echo:
22+
echo:## Starting: MARKDOWN DOCS GENERATION
23+
24+
dotnet msbuild -target:MdGenerate docs\DryIoc.Docs\DryIoc.Docs.csproj
25+
26+
echo:
27+
echo:## Finished: MARKDOWN DOCS GENERATION
28+
echo:
29+
echo:## Starting: PACKAGING
30+
2131
call build\NugetPack.bat
2232
if %ERRORLEVEL% neq 0 goto :error
2333
echo:
24-
echo:## Finished: PACKAGING ##
34+
echo:## Finished: PACKAGING
2535

2636
echo:
2737
echo:## Finished: ALL Successful ##

0 commit comments

Comments
 (0)