2 references to PowerShell
Microsoft.DotNet.SetupNugetSources.Tests (2)
ScriptRunner.cs (2)
110
case ScriptType.
PowerShell
:
121
return RuntimeInformation.IsOSPlatform(OSPlatform.Windows) ? ScriptType.
PowerShell
: ScriptType.Shell;