Skip to content

Commit 2bf76a1

Browse files
committed
Update description
1 parent 076d892 commit 2bf76a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

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

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

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

src/Cake.AzureDevOps/AzureDevOpsAliases.Authentication.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static IAzureDevOpsCredentials AzureDevOpsAuthenticationBasic(
5252

5353
/// <summary>
5454
/// Returns credentials for authentication with a personal access token.
55-
/// Can be used for Azure DevOps Server and Azure DevOps.
55+
/// Can be used for Azure DevOps Server and Azure DevOps Service.
5656
/// </summary>
5757
/// <param name="context">The context.</param>
5858
/// <param name="personalAccessToken">Personal access token.</param>

src/Cake.AzureDevOps/Cake.AzureDevOps.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<PropertyGroup>
1414
<Title>Cake.AzureDevOps</Title>
15-
<Description>Addin for the Cake build automation system for working with Azure DevOps or Azure DevOps Server.</Description>
15+
<Description>Addin for the Cake build automation system for working with Azure DevOps.</Description>
1616
<Authors>Pascal Berger</Authors>
1717
<Copyright>Copyright © Pascal Berger</Copyright>
1818
<PackageTags>Cake Script Azure-DevOps Azure-DevOps-Server</PackageTags>

0 commit comments

Comments
 (0)