TfsWorkspace now passes the author parameter to Checkin(...)
This commit is contained in:
@@ -104,7 +104,7 @@ namespace Sep.Git.Tfs.Core
|
||||
}
|
||||
|
||||
var policyOverride = GetPolicyOverrides(options, checkinProblems.Result);
|
||||
var newChangeset = _workspace.Checkin(pendingChanges, options.CheckinComment, checkinNote, workItemInfos, policyOverride, options.OverrideGatedCheckIn);
|
||||
var newChangeset = _workspace.Checkin(pendingChanges, options.CheckinComment, options.AuthorTfsUserId, checkinNote, workItemInfos, policyOverride, options.OverrideGatedCheckIn);
|
||||
if (newChangeset == 0)
|
||||
{
|
||||
throw new GitTfsException("Checkin failed!");
|
||||
|
||||
Reference in New Issue
Block a user