Skip to content

Commit 9017cd5

Browse files
committed
Update branding to Azure DevOps Server
1 parent fc370a0 commit 9017cd5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# TFS / Azure DevOps support for Cake
1+
# Azure DevOps and Azure DevOps Server support for Cake
22

3-
This addin for Cake allows you to work with Team Foundation Server or Azure DevOps.
3+
This addin for Cake allows you to work with Azure DevOps or Azure DevOps Server.
44

55
[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/cake-contrib/Cake.Tfs/blob/feature/build/LICENSE)
66

docs/input/docs/usage/vote-pullrequest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Description: Example how to approve or vote for pull requests using the Cake.Tfs
55
---
66
The [Cake.Tfs addin] provides an alias for approving or voting on pull requests.
77

8-
The following example will approve a pull request on a Team Foundation Server:
8+
The following example will approve a pull request on a Azure DevOps Server:
99

1010
```csharp
1111
#addin "Cake.Tfs"

docs/input/index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ NoGutter: true
88
<div class="container">
99
<h1>What is it?</h1>
1010
<p>
11-
The Tfs Addin for <a href="http://cakebuild.net/" target="_blank">Cake</a> allows you to access Team Foundation Server or Azure DevOps from Cake build scripts.
11+
The Azure DevOps Addin for <a href="http://cakebuild.net/" target="_blank">Cake</a> allows you to access Azure DevOps or Azure DevOps Server from Cake build scripts.
1212
</p>
1313
</div>

nuspec/nuget/Cake.Tfs.nuspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
<version>0.0.0</version>
77
<authors>Pascal Berger</authors>
88
<owners>pascalberger, cake-contrib</owners>
9-
<summary>Addin for working with Team Foundation Server or Azure DevOps for the Cake build automation system</summary>
9+
<summary>Addin for working with Azure DevOps or Azure DevOps Server for the Cake build automation system</summary>
1010
<description>
11-
This addin for Cake allows you to work with Team Foundation Server or Azure DevOps.
11+
This addin for Cake allows you to work with Azure DevOps or Azure DevOps Server.
1212
</description>
1313
<licenseUrl>https://github.com/cake-contrib/Cake.Tfs/blob/develop/LICENSE</licenseUrl>
1414
<projectUrl>http://cake-contrib.github.io/Cake.Tfs/</projectUrl>

0 commit comments

Comments
 (0)