Skip to content

Commit e284919

Browse files
committed
Add a nugetPath parameter during command line build
1 parent bbb41cb commit e284919

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Assets/MRTK/Core/Utilities/BuildAndDeploy/UwpPlayerBuildTools.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ private static void ParseBuildCommandLine(ref UwpBuildInfo buildInfo)
3838
// Note: the min sdk target cannot be changed.
3939
EditorUserBuildSettings.wsaUWPSDK = arguments[++i];
4040
break;
41+
case "-nugetPath":
42+
buildInfo.NugetExecutablePath = arguments[++i];
43+
break;
4144
}
4245
}
4346
}

0 commit comments

Comments
 (0)