Fixing inconsistencies that made build impossibe.

This commit is contained in:
Adam Gorman 2016-04-28 16:32:56 -07:00
parent ba13586b1c
commit 2d73e3b535

View file

@ -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)
); );