We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36189cf commit deaf4fbCopy full SHA for deaf4fb
tools/generate_cli_docs.ps1
@@ -5,7 +5,7 @@ dotnet build "$PSScriptRoot/../src/CommandLine.DocumentationGenerator/CommandLin
5
6
if(!$?) { Read-Host; Exit }
7
8
-& "$PSScriptRoot/../src/CommandLine.DocumentationGenerator/bin/Release/net8.0/Roslynator.CommandLine.DocumentationGenerator.exe" `
+& "$PSScriptRoot/../src/CommandLine.DocumentationGenerator/bin/Release/net8.0/Roslynator.CommandLine.DocumentationGenerator" `
9
build `
10
"$PSScriptRoot/../src/CommandLine.DocumentationGenerator/data" `
11
"help,migrate"
0 commit comments