Remove infer-runtimes from EndToEnd tests.
This commit is contained in:
parent
0eb527a7c1
commit
4c704997c9
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
|
||||
public override CommandResult Execute(string args="")
|
||||
{
|
||||
args = $"restore {args} --infer-runtimes";
|
||||
args = $"restore {args}";
|
||||
|
||||
return base.Execute(args);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue