Skip to content

Commit

Permalink
Update description
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Nov 3, 2019
1 parent 076d892 commit 2bf76a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure DevOps and Azure DevOps Server support for Cake
# Azure DevOps support for Cake

This addin for Cake allows you to work with Azure DevOps or Azure DevOps Server.
This addin for Cake allows you to work with Azure DevOps.

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

Expand Down
2 changes: 1 addition & 1 deletion src/Cake.AzureDevOps/AzureDevOpsAliases.Authentication.cs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public static IAzureDevOpsCredentials AzureDevOpsAuthenticationBasic(

/// <summary>
/// Returns credentials for authentication with a personal access token.
/// Can be used for Azure DevOps Server and Azure DevOps.
/// Can be used for Azure DevOps Server and Azure DevOps Service.
/// </summary>
/// <param name="context">The context.</param>
/// <param name="personalAccessToken">Personal access token.</param>
Expand Down
2 changes: 1 addition & 1 deletion src/Cake.AzureDevOps/Cake.AzureDevOps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<PropertyGroup>
<Title>Cake.AzureDevOps</Title>
<Description>Addin for the Cake build automation system for working with Azure DevOps or Azure DevOps Server.</Description>
<Description>Addin for the Cake build automation system for working with Azure DevOps.</Description>
<Authors>Pascal Berger</Authors>
<Copyright>Copyright © Pascal Berger</Copyright>
<PackageTags>Cake Script Azure-DevOps Azure-DevOps-Server</PackageTags>
Expand Down

0 comments on commit 2bf76a1

Please sign in to comment.