Hi, I am creating a script release using NAnt. How can I check the value of a variable, receiving or not.
Now I call my script as follows
nant -buildfile: CreateNew.build -D: name = "Test.V.1.0" -D: bIDs = "2" -D: uIDs = "'3'"
Several times I will not pass uID.
So I need to check my nant script whether uIDs get or not. How can i do this?
source share