Skip to content

Commit

Permalink
Fix flanky parser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sfoslund committed Aug 6, 2021
1 parent 4a0473b commit e78cfce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Cli/dotnet/CommandDirectoryContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public static void PerformActionWithBasePath(string basePath, Action action)
$"Calls to {nameof(CommandDirectoryContext)}.{nameof(PerformActionWithBasePath)} cannot be nested.");
}
_basePath = basePath;
Telemetry.Telemetry.CurrentSessionId = null;
try
{
action();
Expand Down

0 comments on commit e78cfce

Please sign in to comment.