Skip to content

Commit 2269e51

Browse files
Add support for Azure DevOps
1 parent 0c6bb24 commit 2269e51

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/doc/src/reference/manifest.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ license-file = "..."
219219
# Optional specification of badges to be displayed on crates.io.
220220
#
221221
# - The badges pertaining to build status that are currently available are
222-
# Appveyor, CircleCI, GitLab, and TravisCI.
222+
# Appveyor, CircleCI, GitLab, Azure DevOps and TravisCI.
223223
# - Available badges pertaining to code test coverage are Codecov and
224224
# Coveralls.
225225
# - There are also maintenance-related badges based on isitmaintained.com
@@ -243,6 +243,10 @@ circle-ci = { repository = "...", branch = "master" }
243243
# GitLab: `repository` is required. `branch` is optional; default is `master`
244244
gitlab = { repository = "...", branch = "master" }
245245

246+
# Azure DevOps: `project` is required. `pipeline` is required. `build` is optional; default is `1`
247+
# Note: project = `organization/project`, pipeline = `name_of_pipeline`, build = `definitionId`
248+
azure-devops = { project = "...", pipeline = "...", build="2" }
249+
246250
# Travis CI: `repository` in format "<user>/<project>" is required.
247251
# `branch` is optional; default is `master`
248252
travis-ci = { repository = "...", branch = "master" }

0 commit comments

Comments
 (0)