I\'m trying to unpack my changes to the another branch using TFS Power Tools. I\'m trying to execute command
tfpt unshelve /migrate \"NuGet Build\" \"/sourc
I know this has been answered but for me the problem was easily solved by using Visual Studio command prompt instead of the default windows CMD. Most solutions out there just say "Open CMD..." which is probably where the problem lies.
The reason is windows CMD is aware of the power tools commands (e.g. tfpt) but not of the normal VS commands (e.g. tf).