Setup.ps1 installs the module, even when an existing version of the module is present on the system.
Current Behavior
If there are ANY currently installed versions for intstall scope, setup fails.
If no installs, module will install as expected.
Error Message / Diagnostics
[Error]
** Error occurred during installation **
Message: Could not compare "0" to "0.9.9". Error: "Cannot convert value "0.9.9" to type "System.Char". Error: "String must be exactly one character long.""
<Setup failed to install LogRhythm.Tools>
Expected Behavior
Setup.ps1
installs the module, even when an existing version of the module is present on the system.Current Behavior
Error Message / Diagnostics
Possible Solution
Install-Lrt.ps1
[122]Steps to Reproduce
Run
Test-LrtPublish
in thetests
directory.