Add tests to validate package generated by #7729. The package must be built and then installed on a machine having the dotnet runtime installed. Then dotnet should be called on pwsh.dll that is built.
Steps to reproduce
Expected behavior
PowerShell console starts and can execute cmdlets.
Environment data
> $PSVersionTable
Name Value
---- -----
PSVersion 6.1.0-rc.1
PSEdition Core
GitCommitId 6.1.0-rc.1
OS Microsoft Windows 10.0.18230
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
Add tests to validate package generated by #7729. The package must be built and then installed on a machine having the dotnet runtime installed. Then
dotnetshould be called onpwsh.dllthat is built.Steps to reproduce
Expected behavior
Environment data