mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
C#: Verify that downloaded .NET CLIs are executable
This commit is contained in:
@@ -45,7 +45,7 @@ namespace Semmle.Extraction.Tests
|
||||
public class DotNetTests
|
||||
{
|
||||
private static IDotNet MakeDotnet(IDotNetCliInvoker dotnetCliInvoker) =>
|
||||
DotNet.Make(dotnetCliInvoker, new LoggerStub());
|
||||
DotNet.Make(dotnetCliInvoker, new LoggerStub(), true);
|
||||
|
||||
private static IList<string> MakeDotnetRestoreOutput() =>
|
||||
new List<string> {
|
||||
|
||||
Reference in New Issue
Block a user