When the script runs into a pre-release it typically fails with a system.version error. Putting the exact version number in requiredmodules.psd1 does not work around the issue.
Error:
WARNING: Unable to resolve dependency 'ServiceNow' with version '[4.3.0, )' New-PSGetItemInfo : Cannot convert value "1.4.143-preview3" to type "System.Version". Error: "Input string was not in a correct format."
When the script runs into a pre-release it typically fails with a system.version error. Putting the exact version number in requiredmodules.psd1 does not work around the issue.
Error:
WARNING: Unable to resolve dependency 'ServiceNow' with version '[4.3.0, )' New-PSGetItemInfo : Cannot convert value "1.4.143-preview3" to type "System.Version". Error: "Input string was not in a correct format."