Skip to content

Commit cdaa7b2

Browse files
committed
Clarify wording in MSBuild documentation for running analyzers after a build
1 parent 104a1f2 commit cdaa7b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/getting-started/MSBuild.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Run `dotnet msbuild YourProject.fsproj /t:Dump` and verify that `CodeRoot` has a
197197

198198
## Analyze FSharp Projects After Build
199199

200-
If you'd like the analyzer to be ran after a build, you can set `RunAnalyzersDuringBuild` or `RunAnalyzers` to `true` in your project file:
200+
If you'd like the analyzer to be run after a `dotnet build`, you can set `RunAnalyzersDuringBuild` or `RunAnalyzers` to `true` in your project file:
201201

202202
```xml
203203
<PropertyGroup>

0 commit comments

Comments
 (0)