diff --git a/README.md b/README.md index 0a0208f7..7449122e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# TFS / Azure DevOps support for Cake +# Azure DevOps and Azure DevOps Server support for Cake -This addin for Cake allows you to work with Team Foundation Server or Azure DevOps. +This addin for Cake allows you to work with Azure DevOps or Azure DevOps Server. [![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/cake-contrib/Cake.Tfs/blob/feature/build/LICENSE) diff --git a/docs/input/docs/usage/vote-pullrequest.md b/docs/input/docs/usage/vote-pullrequest.md index ea82a9ce..18da448b 100644 --- a/docs/input/docs/usage/vote-pullrequest.md +++ b/docs/input/docs/usage/vote-pullrequest.md @@ -5,7 +5,7 @@ Description: Example how to approve or vote for pull requests using the Cake.Tfs --- The [Cake.Tfs addin] provides an alias for approving or voting on pull requests. -The following example will approve a pull request on a Team Foundation Server: +The following example will approve a pull request on a Azure DevOps Server: ```csharp #addin "Cake.Tfs" diff --git a/docs/input/index.cshtml b/docs/input/index.cshtml index 744d125a..29d88a98 100644 --- a/docs/input/index.cshtml +++ b/docs/input/index.cshtml @@ -8,6 +8,6 @@ NoGutter: true
- The Tfs Addin for Cake allows you to access Team Foundation Server or Azure DevOps from Cake build scripts. + The Azure DevOps Addin for Cake allows you to access Azure DevOps or Azure DevOps Server from Cake build scripts.