Skip to content

Commit df33b43

Browse files
authored
Merge pull request libgit2#4813 from libgit2/ethomson/ci-rename
Rename "VSTS" to "Azure DevOps" and "Azure Pipelines"
2 parents f827420 + e261303 commit df33b43

File tree

6 files changed

+12
-12
lines changed

6 files changed

+12
-12
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
libgit2 - the Git linkable library
22
==================================
33

4-
[![VSTS Build Status](https://libgit2.visualstudio.com/libgit2/_apis/build/status/libgit2)](https://libgit2.visualstudio.com/libgit2/_build/latest?definitionId=7)
4+
[![Azure Pipelines Build Status](https://dev.azure.com/libgit2/libgit2/_apis/build/status/libgit2)](https://dev.azure.com/libgit2/libgit2/_build/latest?definitionId=7)
55
[![Coverity Scan Build Status](https://scan.coverity.com/projects/639/badge.svg)](https://scan.coverity.com/projects/639)
66

77
`libgit2` is a portable, pure C implementation of the Git core methods
@@ -17,7 +17,7 @@ in your favorite language.
1717
[GitKraken](https://gitkraken.com/) and [gmaster](https://gmaster.io/)
1818
and on Git hosting providers like [GitHub](https://github.com/),
1919
[GitLab](https://gitlab.com/) and
20-
[Visual Studio Team Services](https://visualstudio.com/team-services/).
20+
[Azure DevOps](https://azure.com/devops).
2121
We perform the merge every time you click "merge pull request".
2222

2323
`libgit2` is licensed under a **very permissive license** (GPLv2 with a special
@@ -107,7 +107,7 @@ What It Can Do
107107

108108
libgit2 provides you with the ability to manage Git repositories in the
109109
programming language of your choice. It's used in production to power many
110-
applications including GitHub.com, Plastic SCM and Visual Studio Team Services.
110+
applications including GitHub.com, Plastic SCM and Azure DevOps.
111111

112112
It does not aim to replace the git tool or its user-facing commands. Some APIs
113113
resemble the plumbing commands as those align closely with the concepts of the

.vsts-ci.yml renamed to azure-pipelines.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pool:
1212
vmImage: 'Ubuntu 16.04'
1313
steps:
14-
- template: ci/vsts-docker.yml
14+
- template: ci/docker.yml
1515
parameters:
1616
imageName: 'libgit2/trusty-openssl:latest'
1717
environmentVariables: |
@@ -23,7 +23,7 @@ jobs:
2323
pool:
2424
vmImage: 'Ubuntu 16.04'
2525
steps:
26-
- template: ci/vsts-docker.yml
26+
- template: ci/docker.yml
2727
parameters:
2828
imageName: 'libgit2/trusty-mbedtls:latest'
2929
environmentVariables: |
@@ -36,7 +36,7 @@ jobs:
3636
pool:
3737
vmImage: 'Ubuntu 16.04'
3838
steps:
39-
- template: ci/vsts-docker.yml
39+
- template: ci/docker.yml
4040
parameters:
4141
imageName: 'libgit2/trusty-openssl:latest'
4242
environmentVariables: |
@@ -48,7 +48,7 @@ jobs:
4848
pool:
4949
vmImage: 'Ubuntu 16.04'
5050
steps:
51-
- template: ci/vsts-docker.yml
51+
- template: ci/docker.yml
5252
parameters:
5353
imageName: 'libgit2/trusty-mbedtls:latest'
5454
environmentVariables: |
@@ -63,7 +63,7 @@ jobs:
6363
steps:
6464
- bash: . '$(Build.SourcesDirectory)/ci/setup-osx.sh'
6565
displayName: Setup
66-
- template: ci/vsts-bash.yml
66+
- template: ci/bash.yml
6767
parameters:
6868
environmentVariables:
6969
TMPDIR: $(Agent.TempDirectory)
@@ -74,7 +74,7 @@ jobs:
7474
displayName: 'Windows (Visual Studio; amd64)'
7575
pool: Hosted
7676
steps:
77-
- template: ci/vsts-powershell.yml
77+
- template: ci/powershell.yml
7878
parameters:
7979
environmentVariables:
8080
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013 Win64"
@@ -83,7 +83,7 @@ jobs:
8383
displayName: 'Windows (Visual Studio; x86)'
8484
pool: Hosted
8585
steps:
86-
- template: ci/vsts-powershell.yml
86+
- template: ci/powershell.yml
8787
parameters:
8888
environmentVariables:
8989
CMAKE_OPTIONS: -DMSVC_CRTDBG=ON -G"Visual Studio 12 2013"
@@ -97,7 +97,7 @@ jobs:
9797
env:
9898
TEMP: $(Agent.TempDirectory)
9999
ARCH: amd64
100-
- template: ci/vsts-powershell.yml
100+
- template: ci/powershell.yml
101101
parameters:
102102
environmentVariables:
103103
CMAKE_OPTIONS: -G"MinGW Makefiles"
@@ -113,7 +113,7 @@ jobs:
113113
env:
114114
TEMP: $(Agent.TempDirectory)
115115
ARCH: x86
116-
- template: ci/vsts-powershell.yml
116+
- template: ci/powershell.yml
117117
parameters:
118118
environmentVariables:
119119
CMAKE_OPTIONS: -G"MinGW Makefiles"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)