Commit 7bc8912 1 parent e4241f7 commit 7bc8912 Copy full SHA for 7bc8912
File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change
1
+ dotnet restore generate_ref_docs.sln - v minimal / m
2
+ dotnet build generate_ref_docs.sln -- no- restore - c Release - v minimal / m
3
+
1
4
dotnet restore " ../src/CommandLine.sln" - v minimal / m
2
5
dotnet build " ../src/CommandLine.sln" -- no- restore - c Release - v minimal / m
3
6
4
- $roslynatorExe = " ../src/CommandLine/bin/Release/net7.0/Roslynator"
5
- $rootDirectoryUrl = " build/ref"
6
-
7
- & $roslynatorExe generate- doc generate_ref_docs.sln `
7
+ & " ../src/CommandLine/bin/Release/net7.0/Roslynator" generate- doc generate_ref_docs.sln `
8
8
-- properties Configuration= Release `
9
- - o $rootDirectoryUrl `
9
+ - o " build/ref " `
10
10
-- host docusaurus `
11
11
-- heading " Roslynator .NET API Reference" `
12
12
-- group-by - common- namespace `
You can’t perform that action at this time.
0 commit comments