Use built version of redist instead of stage 0 for running tests
This commit is contained in:
parent
e13e5fca99
commit
b7e4f06bed
4 changed files with 7 additions and 64 deletions
|
@ -8,7 +8,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
public class DotnetCommand : TestCommand
|
||||
{
|
||||
public DotnetCommand()
|
||||
: this(DotnetUnderTest.FullName)
|
||||
: this(RepoDirectoriesProvider.DotnetUnderTest)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue