Addressing code review comments by removing unnecessary test artifacts.
This commit is contained in:
parent
d779ab3e3f
commit
d8a10024e5
7 changed files with 66 additions and 81 deletions
|
@ -108,7 +108,7 @@ namespace Microsoft.DotNet.Tests.EndToEnd
|
|||
|
||||
new DotnetCommand()
|
||||
.WithWorkingDirectory(testProjectDirectory)
|
||||
.ExecuteWithCapturedOutput("invoke-portable")
|
||||
.ExecuteWithCapturedOutput("dependency-tool-invoker -f netcoreapp1.0 portable")
|
||||
.Should()
|
||||
.Pass()
|
||||
.And
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue