Skip to content

Commit

Permalink
Update xml doc comments (#193)
Browse files Browse the repository at this point in the history
Update xml doc comments
  • Loading branch information
Forgind authored Nov 12, 2022
1 parent 20fba76 commit d563efd
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/MSBuildLocator/MSBuildLocator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@

namespace Microsoft.Build.Locator
{
/// <summary>
/// Allows enumerating installed MSBuild instances and preparing MSBuild APIs for use. See <see href="/visualstudio/msbuild/find-and-use-msbuild-versions">Find and use a version of MSBuild</see>.
/// </summary>
public static class MSBuildLocator
{
private const string MSBuildPublicKeyToken = "b03f5f7f11d50a3a";
Expand Down Expand Up @@ -305,8 +308,8 @@ public static void Unregister()
/// <summary>
/// Ensures the proper MSBuild environment variables are populated for DotNet SDK.
/// </summary>
/// <param name="msbuildPath">
/// Path to the directory containing the DotNet SDK.
/// <param name="dotNetSdkPath">
/// Path to the directory containing the .NET SDK.
/// </param>
private static void ApplyDotNetSdkEnvironmentVariables(string dotNetSdkPath)
{
Expand Down

0 comments on commit d563efd

Please sign in to comment.