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 bbb41cb commit e284919Copy full SHA for e284919
Assets/MRTK/Core/Utilities/BuildAndDeploy/UwpPlayerBuildTools.cs
@@ -38,6 +38,9 @@ private static void ParseBuildCommandLine(ref UwpBuildInfo buildInfo)
38
// Note: the min sdk target cannot be changed.
39
EditorUserBuildSettings.wsaUWPSDK = arguments[++i];
40
break;
41
+ case "-nugetPath":
42
+ buildInfo.NugetExecutablePath = arguments[++i];
43
+ break;
44
}
45
46
0 commit comments