Addressing code review comments by removing unnecessary test artifacts.

This commit is contained in:
Livar Cunha 2016-10-13 21:42:19 -07:00
parent d779ab3e3f
commit d8a10024e5
7 changed files with 66 additions and 81 deletions

View file

@ -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