C#: Fix quality issues

This commit is contained in:
Tamas Vajk
2024-06-28 11:09:40 +02:00
parent 1cf5e89b96
commit 199a9688af
47 changed files with 79 additions and 85 deletions

View File

@@ -230,7 +230,7 @@ namespace Semmle.Extraction.CSharp.DependencyFetching
Argument("-ExecutionPolicy").
Argument("unrestricted").
Argument("-Command").
Argument("\"" + psCommand + "\"").
Argument($"\"{psCommand}\"").
Script;
return GetInstall("pwsh") | GetInstall("powershell");