File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # Azure DevOps and Azure DevOps Server support for Cake
1
+ # Azure DevOps support for Cake
2
2
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.
4
4
5
5
[ ![ License] ( http://img.shields.io/:license-mit-blue.svg )] ( https://github.com/cake-contrib/Cake.AzureDevOps/blob/feature/build/LICENSE )
6
6
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public static IAzureDevOpsCredentials AzureDevOpsAuthenticationBasic(
52
52
53
53
/// <summary>
54
54
/// 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 .
56
56
/// </summary>
57
57
/// <param name="context">The context.</param>
58
58
/// <param name="personalAccessToken">Personal access token.</param>
Original file line number Diff line number Diff line change 12
12
13
13
<PropertyGroup >
14
14
<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 >
16
16
<Authors >Pascal Berger</Authors >
17
17
<Copyright >Copyright © Pascal Berger</Copyright >
18
18
<PackageTags >Cake Script Azure-DevOps Azure-DevOps-Server</PackageTags >
You can’t perform that action at this time.
0 commit comments