File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ license-file = "..."
219
219
# Optional specification of badges to be displayed on crates.io.
220
220
#
221
221
# - 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.
223
223
# - Available badges pertaining to code test coverage are Codecov and
224
224
# Coveralls.
225
225
# - There are also maintenance-related badges based on isitmaintained.com
@@ -243,6 +243,10 @@ circle-ci = { repository = "...", branch = "master" }
243
243
# GitLab: `repository` is required. `branch` is optional; default is `master`
244
244
gitlab = { repository = " ..." , branch = " master" }
245
245
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
+
246
250
# Travis CI: `repository` in format "<user>/<project>" is required.
247
251
# `branch` is optional; default is `master`
248
252
travis-ci = { repository = " ..." , branch = " master" }
You can’t perform that action at this time.
0 commit comments