Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1122,11 +1122,6 @@ private string ConstructPluginContent(out string srcConfigFilePath, out string d
tempValue);
}

if (!isUseSharedProcessSpecified)
{
UseSharedProcess = true;
}

string sharedHostParameter = string.Empty;
if (isUseSharedProcessSpecified)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ try

$result.MaxShells | Should -Be 40
$result.IdleTimeoutms | Should -Be 3600000
$result.UseSharedProcess | Should -Be 'False'
}
}
Describe "Validate Get-PSSessionConfiguration, Enable-PSSessionConfiguration, Disable-PSSessionConfiguration, Unregister-PSSessionConfiguration cmdlets" -Tags @("CI", 'RequireAdminOnWindows') {
Expand Down