From d86d37b7b2add99b51a4319a7584b060219cb431 Mon Sep 17 00:00:00 2001 From: Drew Scoggins Date: Fri, 21 Apr 2017 09:32:51 -0700 Subject: [PATCH] Remove Benchview calls when not uploading We did not have calls to measurement.py behind the LogToBenchview flag and so when people would do local runs without the Benchview tooling their runs would fail. This should be fixed. I also removed an out of date comment. --- .../PackageFiles/PerfTesting.targets | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/Microsoft.DotNet.Build.Tasks/PackageFiles/PerfTesting.targets b/src/Microsoft.DotNet.Build.Tasks/PackageFiles/PerfTesting.targets index 4e154f96e4..a1a6838b41 100644 --- a/src/Microsoft.DotNet.Build.Tasks/PackageFiles/PerfTesting.targets +++ b/src/Microsoft.DotNet.Build.Tasks/PackageFiles/PerfTesting.targets @@ -25,14 +25,13 @@ - - + - +