How do you do less than or greater than in MSBuild conditions? I've tried the following variations both with and without single quotes surrounding the values, but no dice
<PropertyGroup Condition="$(Var1) > 50">
<PropertyGroup Condition="$(Var1) > 50">
Can someone please tell me what I'm missing?
Thanks
To encode greater than use >
To encode less than use <
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With