Since they have supposedly integrated most of the Power Tools functionality into VS2017, the new command \"tf unshelve\" does not work the same as the old command \"tfpt unshelv
Another probably easier way working with VS2019 is to copy/paste your source folder to the branch target folder and use
tf reconcile /promote
to detect all added or changed files.