C#: Verify that downloaded .NET CLIs are executable

This commit is contained in:
Tom Hvitved
2025-01-24 15:13:27 +01:00
parent dcd87a9825
commit ac4f82cfbb
4 changed files with 24 additions and 9 deletions

View File

@@ -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> {