msbuildtasks icon indicating copy to clipboard operation
msbuildtasks copied to clipboard

TfsClient Checkin Override Syntax is Invalid

Open ChrisMiskowiec opened this issue 11 years ago • 0 comments

TfsClient has a boolean "Override" property, which translates into "/override" on the command line. This will fail with error "Option override requires a value" because the command line argument must be formatted "/override:(reason|@reasonfile)".

ChrisMiskowiec avatar Jan 27 '15 20:01 ChrisMiskowiec