You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can drop it right into the cloned folder and execute it there.
15
15
Launched without parameters, the tool will detect all wiki files next to it and convert it to a PDF called export.pdf right next to it. Similar to this [pdf](https://dev.azure.com/mmelcher/8036eca1-fd9e-4c0f-8bef-646b32fbda0b/_apis/git/repositories/e08d1ada-7794-4b89-a3ea-cb64a26683c3/Items?path=%2Fexport.pdf&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=master&download=true&resolveLfs=true&%24format=octetStream&api-version=5.0-preview.1).
@@ -33,7 +33,7 @@ The tool is developed as .NET Core 2.2 application, therefore you need to have t
33
33
34
34
## Download
35
35
36
-
The download is available [here](https://dev.azure.com/mmelcher/8036eca1-fd9e-4c0f-8bef-646b32fbda0b/_apis/git/repositories/e08d1ada-7794-4b89-a3ea-cb64a26683c3/Items?path=%2Fazuredevops-export-wiki.exe&versionDescriptor%5BversionOptions%5D=0&versionDescriptor%5BversionType%5D=0&versionDescriptor%5Bversion%5D=master&download=true&resolveLfs=true&%24format=octetStream&api-version=5.0-preview.1)
36
+
The download is available [here](https://github.com/MaxMelcher/AzureDevOps.WikiPDFExport/releases)
37
37
38
38
## Configuration Options
39
39
@@ -110,4 +110,4 @@ In this tool uses open source libraries that do the actual work - I just combine
110
110
1.[CommandLineParser](https://github.com/commandlineparser/commandline) to parse the command line
111
111
1.[MarkDig](https://github.com/lunet-io/markdig/) to parse markdown files to HTML.
112
112
1.[DinkToPdf](https://github.com/rdvojmoc/DinkToPdf) to export HTML to PDF
113
-
1.[dotnet-warp](https://github.com/Hubert-Rybak/dotnet-warp) to release a self-contained exe file
113
+
1.[dotnet-warp](https://github.com/Hubert-Rybak/dotnet-warp) to release a self-contained exe file
0 commit comments