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 104a1f2 commit cdaa7b2Copy full SHA for cdaa7b2
docs/content/getting-started/MSBuild.md
@@ -197,7 +197,7 @@ Run `dotnet msbuild YourProject.fsproj /t:Dump` and verify that `CodeRoot` has a
197
198
## Analyze FSharp Projects After Build
199
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:
+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:
201
202
```xml
203
<PropertyGroup>
0 commit comments