You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/msbuild/msbuild-api.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ In the previous table, All in the Applies To column means the types in the names
53
53
54
54
## MSBuild Locator
55
55
56
-
MSBuild Locator is an API that you can use to find MSBuild on a machine. It can be helpful in tools development, when you want to find installed versions of MSBuild.
56
+
MSBuild Locator is an API that you can use to find MSBuild on a machine. You can use it in build tools development, when you want to find installed versions of MSBuild.
57
57
58
58
The NuGetPackage is at [Microsoft.Build.Locator](https://www.nuget.org/packages/Microsoft.Build.Locator/) and the reference documentation is at [Microsoft](/dotnet/api/microsoft.build.locator).
0 commit comments