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
|
@ -190,10 +190,13 @@ namespace Microsoft.DotNet.Cli.MSBuild.Tests
|
|||
{
|
||||
private readonly Func<bool> _exists;
|
||||
|
||||
public bool UnauthorizedAccess => true;
|
||||
|
||||
public MockNuGetCacheSentinel(Func<bool> exists = null)
|
||||
{
|
||||
_exists = exists ?? (() => true);
|
||||
}
|
||||
|
||||
public void Dispose()
|
||||
{
|
||||
}
|
||||
|
|
Reference in a new issue