Fixing inconsistencies that made build impossibe.
This commit is contained in:
parent
ba13586b1c
commit
2d73e3b535
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace Microsoft.DotNet.Cli
|
|||
try
|
||||
{
|
||||
_trackEventTask = _trackEventTask.ContinueWith(
|
||||
() => TrackEventTask(eventName,
|
||||
x => TrackEventTask(eventName,
|
||||
properties,
|
||||
measurements)
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue