remove leftover from debugging

This commit is contained in:
Krzysztof Wicher 2017-02-10 14:27:41 -08:00 committed by GitHub
parent dbd278e65e
commit e3b36b2b65

View file

@ -298,7 +298,7 @@ namespace Microsoft.DotNet.TestFramework
string message = string.Format($"TestAsset Restore '{TestAssetInfo.AssetName}'@'{projectFile.FullName}' Failed with {exitCode}");
throw new Exception($"TestAsset {TestAssetInfo.DotnetExeFile.FullName} {string.Join(" ", restoreArgs)}");
throw new Exception(message);
}
}