Install-PSResource -RequiredResourceFile
ignores the prerelease
key if set to $true
in a psd1
file
#1794
Labels
Install-PSResource -RequiredResourceFile
ignores the prerelease
key if set to $true
in a psd1
file
#1794
Prerequisites
Steps to reproduce
test.psd1
file as followsInstall-PSResource -RequiredResourceFile test.psd1
Consider that the current prerelease version of
PrereleaseTest
is0.0.2-prerelease
according to PSGallery.Expected behavior
Actual behavior
Error details
When importing from a json file, though, the prerelease setting is correctly respected.
Environment data
Visuals
The text was updated successfully, but these errors were encountered: