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 7ef7fc3 commit f0e7bfbCopy full SHA for f0e7bfb
Assets/MixedRealityToolkit/Utilities/Editor/PackageManifest/PackageManifestUpdater.cs
@@ -46,7 +46,9 @@ private static string GetPackageManifestFilePath()
46
/// Reports whether or not the appropriate version of MSBuild for Unity is specified
47
/// in the Unity Package Manager manifest.
48
/// </summary>
49
- /// <returns></returns>
+ /// <returns>
50
+ /// True if an appropriate verson of MS Build for Unity is configured in the manifest, otherwise false.
51
+ /// </returns>
52
internal static bool IsMSBuildForUnityEnabled()
53
{
54
string manifestPath = GetPackageManifestFilePath();
0 commit comments