We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bd5ec9 commit 2e6764eCopy full SHA for 2e6764e
development/buildDocumentation.md
@@ -83,7 +83,7 @@ Verify that all prerequisites have been completed:
83
Run MSBuild for the tool-specific documentation project (example path shown below):
84
85
```cmd
86
-"C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MSBuild.exe" /p:Configuration=Release documentation\Toolspecific_doc_project.shfbproj
+msbuild /p:Configuration=Release documentation\Toolspecific_doc_project.shfbproj
87
```
88
89
Adjust the MSBuild path as necessary to match your local Visual Studio installation.
0 commit comments