Multiple conditions in a conditional step
The conditiona scritp below is running in Linux platform but not in Windows platform. How can I make this run in Windows? `test "$Package" == "1234" && test "$FileExist" == "TRUE"`
|
Be the first one to answer this question!
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.
Comments
This conditional statement always return 'false' in Windows.