tfpt.exe on Visual Studio 2017

34,607

Solution 1

Just as Daniel said, they are two entirely different things. A supplement :TFS 2017 Process Template Editor is available

In your case, you are trying to use the unshelve command to unshelve a shelveset to another branch in TFS. As a workaround you could use tf Unshelve and Rename command to achieve this in two steps.

Or just install a earlier version VS and Power Tools such as VS2015 and Microsoft Visual Studio Team Foundation Server 2015 Power Tools. After all you just need to match the version of the TFS Power Tools with your Visual Studio client.

Solution 2

The Productivity Power Tools are not the same thing as the TFS Power Tools, so that's why installing it didn't help.

There is no set of TFS 2017 Power Tools. From the TFS 2017 release notes:

Issue: No Power Tools have been released for TFS 2017.

Workaround: We are excited to let you know that most of the previous Power Tools have been integrated into TFS 2017. The Process Template Editor is one that has not been integrated, but we are going to publish a Process Template Editor tool for TFS 2017 to the Visual Studio Gallery shortly after TFS 2017 is available. We will provide the link here as soon as it’s published

Solution 3

Possible workaround, which helped me!

  1. Create a new workspace and do not download all the files.
  2. Unshelve your changes to this new workspace, which would result in having only the modified files from your current branch.
  3. Compare and manually merge your changes into the other branch.
Share:
34,607
Igor Kondrasovas
Author by

Igor Kondrasovas

During my career, I had the opportunity to develop software products that interact with the physical world. This includes motion control applications for CNC machines, supervisory systems for controlled atmosphere, embedded software for livestock traceability, machine vision systems for quality inspection etc. My passion is to make all these existing devices talk to each other using the power of cloud computing to create smart and efficient systems. Current Specialities: .NET C#, WPF, XAML, MVVM, REST API, SQL, Azure SaaS/IaaS/PaaS, Message Bus, Visual Studio Online, Git, NuGet, SCRUM. Interests: Continuous Integration, Release management, Test-Driven Development, Domain-Driven Design, SOLID principles, .Net Core, Industry 4.0, IoT, Xamarin. Previous Experience: C/C++, MFC, Silverlight, Windows Forms, Windows Mobile, MySQL, PLCs, 8051, Atmel AVR, CNC controllers, Circuit Board Design. In my spare time, you can find me riding a bike or contributing to the maker movement.

Updated on October 10, 2020

Comments

  • Igor Kondrasovas
    Igor Kondrasovas over 3 years

    Even after installing Productivity Power Tools extension for Visual Studio 2017 I still cannot run tfpt.exe to execute the command suggested on this post:

    C:\Development> tfpt unshelve "ShevesetName;UserName" /migrate /source:"$/Project/Source" /target:"$/Project/Target"
    

    Where can I find this program?