Skip to content

Commit deaf4fb

Browse files
authored
Fix script (#1425)
1 parent 36189cf commit deaf4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/generate_cli_docs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dotnet build "$PSScriptRoot/../src/CommandLine.DocumentationGenerator/CommandLin
55

66
if(!$?) { Read-Host; Exit }
77

8-
& "$PSScriptRoot/../src/CommandLine.DocumentationGenerator/bin/Release/net8.0/Roslynator.CommandLine.DocumentationGenerator.exe" `
8+
& "$PSScriptRoot/../src/CommandLine.DocumentationGenerator/bin/Release/net8.0/Roslynator.CommandLine.DocumentationGenerator" `
99
build `
1010
"$PSScriptRoot/../src/CommandLine.DocumentationGenerator/data" `
1111
"help,migrate"

0 commit comments

Comments
 (0)