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
|
try
|
||||||
{
|
{
|
||||||
_trackEventTask = _trackEventTask.ContinueWith(
|
_trackEventTask = _trackEventTask.ContinueWith(
|
||||||
() => TrackEventTask(eventName,
|
x => TrackEventTask(eventName,
|
||||||
properties,
|
properties,
|
||||||
measurements)
|
measurements)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue