Fixing the location of the sentinel and placing it side by side with the fallback folder.
This commit is contained in:
parent
0c1af8a2fe
commit
347bd4b1fe
3 changed files with 27 additions and 39 deletions
|
@ -11,7 +11,7 @@ namespace Microsoft.DotNet.Tools.MSBuild
|
|||
{
|
||||
public sealed class MSBuildLogger : Logger
|
||||
{
|
||||
private readonly INuGetCacheSentinel _sentinel = new NuGetCacheSentinel();
|
||||
private readonly INuGetCacheSentinel _sentinel = new NuGetCacheSentinel(new CLIFallbackFolderPathCalculator());
|
||||
private readonly ITelemetry _telemetry;
|
||||
|
||||
public MSBuildLogger()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue