Skip to content

Commit

Permalink
Update branding to Azure DevOps Server
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Nov 23, 2018
1 parent fc370a0 commit 9017cd5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion docs/input/docs/usage/vote-pullrequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/input/index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ NoGutter: true
<div class="container">
<h1>What is it?</h1>
<p>
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.
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.
</p>
</div>
4 changes: 2 additions & 2 deletions nuspec/nuget/Cake.Tfs.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<version>0.0.0</version>
<authors>Pascal Berger</authors>
<owners>pascalberger, cake-contrib</owners>
<summary>Addin for working with Team Foundation Server or Azure DevOps for the Cake build automation system</summary>
<summary>Addin for working with Azure DevOps or Azure DevOps Server for the Cake build automation system</summary>
<description>
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.
</description>
<licenseUrl>https://github.com/cake-contrib/Cake.Tfs/blob/develop/LICENSE</licenseUrl>
<projectUrl>http://cake-contrib.github.io/Cake.Tfs/</projectUrl>
Expand Down

0 comments on commit 9017cd5

Please sign in to comment.