Removing NuGetConfig from the first run experience and replacing the sentinel with the FirstUseNoticeSentinel when needed.
This commit is contained in:
parent
529d7caa79
commit
a357fd7bca
15 changed files with 37 additions and 148 deletions
|
@ -11,7 +11,8 @@ namespace Microsoft.DotNet.Tools.MSBuild
|
|||
{
|
||||
public sealed class MSBuildLogger : Logger
|
||||
{
|
||||
private readonly INuGetCacheSentinel _sentinel = new NuGetCacheSentinel(new CliFallbackFolderPathCalculator());
|
||||
private readonly IFirstTimeUseNoticeSentinel _sentinel =
|
||||
new FirstTimeUseNoticeSentinel(new CliFallbackFolderPathCalculator());
|
||||
private readonly ITelemetry _telemetry;
|
||||
|
||||
public MSBuildLogger()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue