Add-PSSnapin Microsoft.TeamFoundation.PowerShell
Update-TfsWorkspace $path -All -Recurse -Force
I am trying to get the latest of project from TFS using PowerShell but the script runs and nothing happens. It doesn't get the latest. No error message or whatsoever so I am not sure what to do.
I only have one workspace so there is no other workspace to delete.
Please advise.
Thank you!