remove leftover from debugging
This commit is contained in:
parent
dbd278e65e
commit
e3b36b2b65
1 changed files with 1 additions and 1 deletions
|
@ -298,7 +298,7 @@ namespace Microsoft.DotNet.TestFramework
|
||||||
|
|
||||||
string message = string.Format($"TestAsset Restore '{TestAssetInfo.AssetName}'@'{projectFile.FullName}' Failed with {exitCode}");
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue