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 d559760 commit 372ea84Copy full SHA for 372ea84
Assets/HoloToolkit/BuildAndDeploy/Editor/BuildSLNUtilities.cs
@@ -278,7 +278,7 @@ public static void PerformBuild_CommandLine()
278
// Use scenes from the editor build settings.
279
Scenes = EditorBuildSettings.scenes.Where(scene => scene.enabled).Select(scene => scene.path),
280
281
- // Configure a post build action to throw appropreate error code.
+ // Configure a post build action to throw appropriate error code.
282
PostBuildAction = (innerBuildInfo, buildError) =>
283
{
284
if (!string.IsNullOrEmpty(buildError))
0 commit comments