Fix build break

This commit is contained in:
Sridhar Periyasamy 2015-12-15 10:04:16 -08:00
parent f7ae98eb1d
commit 771b0b1eb1

View file

@ -5,7 +5,7 @@ using System.IO;
namespace Microsoft.DotNet.Cli.Utils
{
internal struct CommandResult
public struct CommandResult
{
public static readonly CommandResult Empty = new CommandResult();