-
Bug
-
Resolution: Fixed
-
Minor
-
None
I'm trying to pass in the following command line argument to MSBuild:
/p:SolutionDir="${WORKSPACE}"\trunk\
From my build output, this is passed properly except the "\" at the end of "trunk\" is always removed.
I tried version 1.21 and 1.17 of the MSBuild plugin and neither work.
'\' is an escaped character.
In your use case, for having 'trunk\' in the command line, use double backslash character.