Adding basic cycle detection in the dependency walker
This commit is contained in:
parent
b84832bd8d
commit
dc5fbc1a91
6 changed files with 47 additions and 1 deletions
|
@ -19,5 +19,11 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
|
||||
return base.Execute(args);
|
||||
}
|
||||
|
||||
public override CommandResult ExecuteWithCapturedOutput(string args = "")
|
||||
{
|
||||
args = $"restore {args}";
|
||||
return base.ExecuteWithCapturedOutput(args);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue