Fix build break
This commit is contained in:
parent
f7ae98eb1d
commit
771b0b1eb1
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ using System.IO;
|
||||||
|
|
||||||
namespace Microsoft.DotNet.Cli.Utils
|
namespace Microsoft.DotNet.Cli.Utils
|
||||||
{
|
{
|
||||||
internal struct CommandResult
|
public struct CommandResult
|
||||||
{
|
{
|
||||||
public static readonly CommandResult Empty = new CommandResult();
|
public static readonly CommandResult Empty = new CommandResult();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue