Use built version of redist instead of stage 0 for running tests

This commit is contained in:
Daniel Plaisted 2018-11-12 11:31:10 -08:00
parent e13e5fca99
commit b7e4f06bed
4 changed files with 7 additions and 64 deletions

View file

@ -8,7 +8,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
public class DotnetCommand : TestCommand
{
public DotnetCommand()
: this(DotnetUnderTest.FullName)
: this(RepoDirectoriesProvider.DotnetUnderTest)
{
}