Skip to content

Commit

Permalink
update tasks.json and generate-sample-doc.bat (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdevandiere authored May 21, 2021
1 parent 29926bd commit b050ec5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "process",
"args": [
"build",
"${workspaceFolder}/src/XMLDoc2Markdown/XMLDoc2Markdown.csproj",
"${workspaceFolder}",
"/property:GenerateFullPaths=true",
"/consoleloggerparameters:NoSummary"
],
Expand Down
5 changes: 2 additions & 3 deletions generate-sample-doc.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
@echo off
dotnet build .\sample\MyClassLib\MyClassLib.csproj -c Release
dotnet build .\src\XMLDoc2Markdown\XMLDoc2Markdown.csproj -c Release
.\src\XMLDoc2Markdown\bin\Release\net5.0\XMLDoc2Markdown.exe .\sample\MyClassLib\bin\Release\netstandard2.0\MyClassLib.dll .\docs\sample --examples-path .\sample\docs\examples --github-pages --back-button
dotnet build
.\src\XMLDoc2Markdown\bin\Debug\net5.0\XMLDoc2Markdown.exe .\sample\MyClassLib\bin\Debug\netstandard2.0\MyClassLib.dll .\docs\sample --examples-path .\sample\docs\examples --github-pages --back-button

0 comments on commit b050ec5

Please sign in to comment.