parent
770026eef7
commit
78cef18e1c
22 changed files with 378 additions and 102 deletions
|
@ -174,6 +174,12 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
return base.Execute(args);
|
||||
}
|
||||
|
||||
public override CommandResult ExecuteWithCapturedOutput(string args = "")
|
||||
{
|
||||
args = $"build {BuildArgs()} {args}";
|
||||
return base.ExecuteWithCapturedOutput(args);
|
||||
}
|
||||
|
||||
public string GetOutputExecutableName()
|
||||
{
|
||||
var result = _project.Name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue