Moving the expanding fallback folder to the dotnet folder hive. The folder will be expanded at sdk/NuGetFallbackFolder.
This commit is contained in:
parent
58e18a61b7
commit
529d7caa79
17 changed files with 171 additions and 48 deletions
|
@ -138,6 +138,11 @@ namespace Microsoft.Extensions.DependencyModel.Tests
|
|||
{
|
||||
return _files.Keys.Any(k => k.StartsWith(path));
|
||||
}
|
||||
|
||||
public void CreateDirectory(string path)
|
||||
{
|
||||
_files.Add(path, path);
|
||||
}
|
||||
}
|
||||
|
||||
private class TemporaryDirectoryMock : ITemporaryDirectoryMock
|
||||
|
|
Reference in a new issue