Skip to content

sumo300/chocolatey-tfpt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Microsoft Team Foundation Power Tools Chocolatey Package

This is the code I use to publish the Microsoft Team Foundation Power Tools package to Chocolatey.

  1. Follow the instructions on chocolatey.org to setup Chocolatey
  2. Clone this repository and navigate to the folder in PowerShell
  3. Build.ps1 to create the package
  4. choco install tfpt -Source "full-directory-path" to install it locally

And you're done!

Microsoft Team Foundation Power Tools has been updated! Help!

When a new release of Microsoft Team Foundation Power Tools is out in the wild, updating this package is easy:

  1. Fork this repository to your local environment

  2. Open src\tools\chocolateyInstall.ps1 and update the URL as necessary

  3. Open src\tfpt.nuspec and modify the following properties:

    1. version - Set to match the version of Microsoft Team Foundation Power Tools
    2. releaseNotes - Set to URL of release notes for new version
  4. Commit the changes to a branch and push it to your fork

  5. Submit a pull request

After I merge the pull request, I'll publish a new release to Chocolatey so they can review it.