Move layout folder
This commit is contained in:
parent
b155e4e8bf
commit
ce468ec79e
2 changed files with 10 additions and 7 deletions
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue