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