Move layout folder

This commit is contained in:
Daniel Plaisted 2018-10-29 12:26:31 -07:00
parent b155e4e8bf
commit ce468ec79e
2 changed files with 10 additions and 7 deletions

View file

@ -55,8 +55,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
else
{
string configuration = new DirectoryInfo(AppContext.BaseDirectory).Parent.Name;
// TODO: Don't put in framework-specific folder (so we don't need to sync TFM here)
DotnetUnderTest = Path.Combine(RepoRoot, "artifacts", "bin", "redist", configuration, "netcoreapp3.0", "publish", "dotnet" + dotnetExtension);
DotnetUnderTest = Path.Combine(RepoRoot, "artifacts", "bin", "redist", configuration, "dotnet", "dotnet" + dotnetExtension);
}
}
}