restore:captures arguments for forwarding to MSBuild
This commit is contained in:
parent
53ea7f62bf
commit
30480fa189
8 changed files with 88 additions and 36 deletions
|
@ -25,7 +25,7 @@ namespace Microsoft.DotNet.Tests.ParserTests
|
|||
[Fact]
|
||||
public void AddReferenceHasDefaultArgumentSetToCurrentDirectory()
|
||||
{
|
||||
var command = Parser.DotnetCommand;
|
||||
var command = Parser.Instance;
|
||||
|
||||
var result = command.Parse("dotnet add reference my.csproj");
|
||||
|
||||
|
@ -41,7 +41,7 @@ namespace Microsoft.DotNet.Tests.ParserTests
|
|||
[Fact]
|
||||
public void AddReferenceWithoutArgumentResultsInAnError()
|
||||
{
|
||||
var command = Parser.DotnetCommand;
|
||||
var command = Parser.Instance;
|
||||
|
||||
var result = command.Parse("dotnet add reference");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue