Moving the InferLegacyRestoreRuntime method to Test.Utilities, since it is needed only by tests.
This commit is contained in:
parent
09d811fdbd
commit
c2bce2e2cc
15 changed files with 46 additions and 45 deletions
|
@ -73,7 +73,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities
|
|||
if (!portable)
|
||||
{
|
||||
var runtime = string.IsNullOrEmpty(_runtime) ?
|
||||
DotnetRuntimeIdentifiers.InferLegacyRestoreRuntimeIdentifier() :
|
||||
DotnetLegacyRuntimeIdentifiers.InferLegacyRestoreRuntimeIdentifier() :
|
||||
_runtime;
|
||||
return Path.Combine(config, framework, runtime, PublishSubfolderName);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue