You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.
There appears to be an issue at check-in when VS.com has a check-in policy. The association to a task or work item is created as a comment and does not satisfy the requirement.
tf checkin -noprompt ******** C:\Projects\Directory\sourcefile.js -comment: #578 - Some Task [Checkin] TF10139: The following check-in policies have not been satisfied: You must associate this check-in with one or more work items. No files checked in.
I was able to manually work around this by running the same command and adding the /override flag.
There appears to be an issue at check-in when VS.com has a check-in policy. The association to a task or work item is created as a comment and does not satisfy the requirement.
tf checkin -noprompt ******** C:\Projects\Directory\sourcefile.js -comment: #578 - Some Task [Checkin] TF10139: The following check-in policies have not been satisfied: You must associate this check-in with one or more work items. No files checked in.
I was able to manually work around this by running the same command and adding the
/override
flag.tf checkin -noprompt ******** C:\Projects\Directory\sourcefile.js -comment:"#578 - Some Task" /override:"vsts-vscode defect"
The text was updated successfully, but these errors were encountered: