Cannot evaluate [MSBuild]::VersionLessThan with wildcards #10995
Labels
gathering-feedback
The issue requires feedback in order to be planned, please comment if the feature is useful for you
Priority:2
Work that is important, but not critical for the release
triaged
Issue Description
MSBuild can't evaluate
[MSBuild]::VersionLessThan
when the version contains a wilcard, e.g.[MSBuild]::VersionLessThan(9.0.*, 8.2.0)
.Steps to Reproduce
Call
[MSBuild]::VersionLessThan
with a version that contains a wildcard.Expected Behavior
That it evaluates when the version contains a wildcard (uses the latest version that matches the wildcard).
Actual Behavior
It fails to evaluate.
Analysis
No response
Versions & Configurations
No response
The text was updated successfully, but these errors were encountered: