forked from MicrosoftDocs/azure-devops-docs
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtoc.yml
834 lines (834 loc) · 33.6 KB
/
toc.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
- name: Azure Pipelines
href: index.yml
- name: What is Azure Pipelines?
href: get-started/what-is-azure-pipelines.md
- name: CI, CD, YAML & Classic
href: get-started/pipelines-get-started.md
- name: Get started
items:
- name: Sign up for Azure Pipelines
href: get-started/pipelines-sign-up.md
- name: Create your first pipeline
href: create-first-pipeline.md
displayName: status badge, get started, first pipeline, import from github, clone pipeline
- name: Create your first pipeline from the CLI
href: create-first-pipeline-cli.md
# - name: Publish build results
# href: get-started/pipelines-get-started.md
- name: Customize your pipeline
href: customize-pipeline.md
displayName: azure-pipelines.yml, change build platform, add steps, multiple platforms, multiple versions, customize triggers
- name: Multi-stage pipelines user experience
href: get-started/multi-stage-pipelines-experience.md
- name: Pipelines with PowerShell DSC
href: get-started/dsc-cicd.md
# - name: Clean up pipeline steps
# href: get-started/pipelines-get-started.md
- name: Pipeline basics
items:
- name: Key concepts
href: get-started/key-pipelines-concepts.md
- name: Repositories
items:
- name: Supported repositories
href: repos/index.md
displayName: supported repository types, version control, azure repos git, tfvc, github, bitbucket, subversion, github enterprise, ghe
- name: Azure Repos Git
href: repos/azure-repos-git.md
displayName: ci, pr, pull request, triggers, self, batching, batched CI, branch policy, access token, public project, private project, skip ci, no_ci, build.reason, path filter, branch filter, tag trigger, forks, badge, prefergitfrompath, checkout, get sources, clean, label sources, tag sources, checkout path, submodules, shallow fetch, exit code 128
- name: GitHub
href: repos/github.md
displayName: ci, pr, pull request, triggers, self, batching, batched CI, github app, oauth, pat, open source, public project, private project, skip ci, no_ci, build.reason, path filter, branch filter, tag trigger, forks, badge, prefergitfrompath, checkout, clone, fetch, get sources, checks, clean, label sources, tag sources, checkout path, submodules, shallow fetch
- name: GitHub Enterprise Server
href: repos/github-enterprise.md
displayName: github enterprise, ci, pr, pull request, triggers, oauth, pat, checkout, firewall, whitelist, exception, rule, other git, external git, service connection, classic, yaml, ip address range
- name: Bitbucket Cloud
href: repos/bitbucket.md
displayName: ci, pr, pull request, triggers, self, batching, batched CI, oauth, public project, private project, skip ci, no_ci, build.reason, path filter, branch filter, badge, prefergitfrompath, checkout, clone, fetch, get sources, clean, label sources, tag sources, checkout path, submodules, shallow fetch
- name: Bitbucket Server
href: repos/on-premises-bitbucket.md
displayName: ci, triggers, checkout, firewall, whitelist, exception, rule, other git, external git, service connection, ip address range
- name: TFVC
href: repos/tfvc.md
displayName: tfvc, version control, workspace, ci, gated, checkin, mappings, scroch, triggers, path filter, clean
- name: Subversion
href: repos/subversion.md
displayName: ci, triggers, checkout, firewall, whitelist, exception, rule, service connection, ip address range
- name: Multiple repositories
href: repos/multi-repo-checkout.md
displayName: ci, pr, pull request, triggers, checkout, branch policy, path filter, branch filter, tag trigger, multiple repos, multi-repo, multi-checkout, multi-trigger, repo resource, repository resource, self
- name: Triggers
items:
- name: Types of triggers
href: build/triggers.md
displayName: ci, pr, pull request, triggers, azure repos git, github, bitbucket, tfvc, release triggers, scheduled, pipeline triggers, build completion triggers, comment triggers, CD triggers, stage triggers, YAML triggers
- name: Scheduled triggers
href: process/scheduled-triggers.md
displayName: schedule, cron, daily, weekly, monthly, nightly, scheduled runs, crontab
- name: Pipeline completion triggers
href: process/pipeline-triggers.md
displayName: build completion, completion trigger, pipeline resource
- name: Release triggers (classic)
href: release/triggers.md
displayName: release trigger, CD trigger, stage trigger, environment trigger, deploy PR, scheduled trigger, schedule
- name: Tasks & templates
items:
- name: Task types & usage
href: process/tasks.md
displayName: custom tasks, task versions, task control options, conditions, task tool installers, build tool installers
- name: Task groups
href: library/task-groups.md
- name: Template types & usage
href: process/templates.md
displayName: parameters, passing, job reuse, stage reuse, variable reuse, expressions, context, conditional insertion, iterative insertion, escape a value
- name: Jobs & stages
items:
- name: Specify jobs in your pipeline
href: process/phases.md
displayName: phases, stages, job type, dependencies, conditions, timeouts, multi-configuration, slicing, job variables, artifact download, oauth token
- name: Define container jobs
href: process/container-phases.md
- name: Add stages, dependencies & conditions
href: process/stages.md
displayName: stage, dependencies, conditions, queuing policies, approvals
- name: Deployment jobs
href: process/deployment-jobs.md
- name: Specify conditions
href: process/conditions.md
- name: Specify demands
href: process/demands.md
displayName: task demands, manually entered demands, capabilities
- name: Library, variables & secure files
items:
- name: Library & shared resources
href: library/index.md
displayName: security roles, variables, variable groups, secure files
- name: Define variables
href: process/variables.md
displayName: secrets, expressions, queue time, expansion
- name: Use predefined variables
href: build/variables.md
- name: Use runtime parameters
href: process/runtime-parameters.md
- name: Use classic release and artifacts variables
href: release/variables.md
displayName: identity, system, build, agent, deployment job, System.AccessToken, System.Debug
- name: Use secrets from Azure Key Vault
href: release/azure-key-vault.md
- name: Approvals, checks, & gates
items:
- name: Release approval and gates overview
href: release/approvals/index.md
- name: Define approvals & checks
href: process/approvals.md
displayName: approvals, checks
- name: Define a gate
href: release/approvals/gates.md
- name: Use approvals and gates
href: release/deploy-using-approvals.md
- name: Use approvals for release deployment control
href: release/approvals/approvals.md
- name: Pipeline runs
items:
- name: Pipeline run sequence
href: process/runs.md
displayName: process the pipeline, process pipeline, request an agent, request agent, pool requests, step, timeouts, disconnects
- name: Job access tokens
href: process/access-tokens.md
displayName: job access token, identity, build service account, project build service account, collection build service account, access token, build service
- name: Pipeline reports
items:
- name: View pipeline reports
href: reports/pipelinereport.md
- name: Add pipeline widgets to a dashboard
href: ../report/dashboards/add-widget-to-dashboard.md?toc=/azure/devops/pipelines/toc.json&bc=/azure/devops/pipelines/breadcrumb/toc.json
- name: Test Results Trend (Advanced)
href: ../report/dashboards/analytics-widgets.md?toc=%2Fazure%2Fdevops%2Fpipelines%2Ftoc.json&bc=%2Fazure%2Fdevops%2Fpipelines%2Fbreadcrumb%2Ftoc.json&view=azure-devops#test-results-trend-advanced
- name: Ecosystems & integration
items:
- name: Ecosystem support
href: ecosystems/ecosystems.md
displayName: language, platform
- name: .NET Core
href: ecosystems/dotnet-core.md
displayName: dotnet, DotNetCoreInstaller, csproj, DotNetCoreCLI, msbuild
- name: .NET Framework
href: apps/aspnet/build-aspnet-4.md
- name: JavaScript and Node.js apps
href: ecosystems/javascript.md
displayName: node, node.js, nodetool, npm, yarn, babel, typescript, tsc, mocha, jasmine, jest, karma, ava, junit, cobertura, protractor, phantomjs, webpack, angular, react, vue, gulp, grunt
- name: Python
href: ecosystems/python.md
displayName: anaconda, PyPI, pip , setuptools, wheel, conda, flake8, pytest, junit, cobertura, tox, twine
- name: Python to web app
href: ecosystems/python-webapp.md
- name: Anaconda
href: ecosystems/anaconda.md
- name: C/C++
href: apps/windows/cpp.md
- name: Java
items:
- name: Java apps
href: ecosystems/java.md
displayName: maven, goals, gradle, ant
- name: Java to web App
href: ecosystems/java-webapp.md
- name: Java to web app with MicroProfile
href: /azure/java/microprofile/cicd-microprofile?toc=/azure/devops/pipelines/toc.json&bc=/azure/devops/pipelines/breadcrumb/toc.json
- name: Java to Azure Function
href: ecosystems/java-function.md
- name: Android
href: ecosystems/android.md
- name: Go
href: ecosystems/go.md
displayName: workspace, gopath, goroot, go get, dep, dep ensure
- name: PHP
href: ecosystems/php.md
- name: PHP to web app
href: ecosystems/php-webapp.md
- name: Ruby
href: ecosystems/ruby.md
displayName: rails, bundler, rake, simplecov, cobertura
- name: Xamarin
href: ecosystems/xamarin.md
- name: Xcode
href: ecosystems/xcode.md
- name: Build apps
items:
- name: Build multiple branches
href: build/ci-build-git.md
- name: Build on multiple platforms
href: get-started-multiplatform.md
- name: Use service containers
href: process/service-containers.md
- name: Cross-platform scripts
href: scripts/cross-platform-scripting.md
- name: Run a PowerShell script
href: scripts/powershell.md
- name: Run Git commands
href: scripts/git-commands.md
- name: Reduce build time using caching
href: release/caching.md
- name: Configure build run numbers
href: process/run-number.md
displayName: build number, run number, tokens, variables,
- name: Classic Build options
href: build/options.md
- name: Run pipeline tests
items:
- name: About pipeline tests
href: test/test-glossary.md
- name: Set up parallel testing (VSTest)
href: test/parallel-testing-vstest.md
- name: Set up parallel testing (Test Runner)
href: test/parallel-testing-any-test-runner.md
- name: Enable Test Impact Analysis (TIA)
href: test/test-impact-analysis.md
- name: Enable flaky test management
href: test/flaky-test-management.md
- name: Run UI tests
href: test/ui-testing-considerations.md
- name: Run UI tests with Selenium
href: test/continuous-test-selenium.md
- name: Requirements traceability
href: test/requirements-traceability.md
- name: Review test results
items:
- name: Review test results
href: test/review-continuous-test-results-after-build.md
- name: Review test Analytics
href: test/test-analytics.md
- name: Review code coverage
href: test/review-code-coverage-results.md
- name: Review pull request code coverage
href: test/codecoverage-for-pullrequests.md
- name: Deploy apps
items:
- name: Deploy apps to environments
items:
- name: Define and target environments
href: process/environments.md
displayName: environments
- name: Kubernetes resource
href: process/environments-kubernetes.md
- name: Virtual machine resource
href: process/environments-virtual-machines.md
- name: Deploy apps using VMs
items:
- name: Linux virtual machines
href: ecosystems/deploy-linux-vm.md
- name: Deploy apps to Azure
items:
- name: Deploy a Linux web app - ARM template
href: apps/cd/azure/deploy-arm-template.md
displayName: Resource Manager
- name: Azure Government Cloud
href: library/government-cloud.md
- name: Azure Resource Manager
href: library/connect-to-azure.md
- name: Azure SQL database
href: targets/azure-sqldb.md
- name: Azure App Service
href: targets/deploy-to-azure-vscode.md
- name: Azure Stack
href: targets/azure-stack.md
- name: Function App on Container
href: targets/function-app-container.md
- name: Function App on Linux
href: targets/azure-functions.md
- name: Function App on Windows
href: targets/azure-functions-windows.md
- name: Web App on Linux
href: targets/webapp-linux.md
- name: Web App on Linux Container
href: targets/webapp-on-container-linux.md
- name: Web App on Windows
href: targets/webapp.md
- name: Deploy apps (Classic)
items:
- name: Deploy from multiple branches
href: release/deploy-mulitple-branches.md
- name: Deploy pull request builds
href: release/deploy-pull-request-builds.md
- name: Classic CD pipelines
href: release/define-multistage-release-process.md
- name: Stage templates in Azure Pipelines
href: release/env-templates.md
- name: Deploy apps to Azure (Classic)
items:
- name: Azure Web App (Classic)
href: apps/cd/deploy-webdeploy-webapps.md
- name: Azure Web App for Containers (Classic)
href: apps/cd/deploy-docker-webapp.md
- name: Azure Kubernetes Service (Classic)
href: apps/cd/deploy-aks.md
- name: Azure IoT Edge (Classic)
href: release/deploy-iot-using-azure-pipelines.md
- name: Azure Cosmos DB CI/CD (Classic)
href: targets/cosmos-db.md
- name: Azure Policy Compliance (Classic)
href: policies/azure-policy.md
- name: Deploy apps to VMs (Classic)
items:
- name: Linux VMs (Classic)
href: apps/cd/deploy-linuxvm-deploygroups.md
- name: Windows VMs (Classic)
href: apps/cd/deploy-webdeploy-iis-deploygroups.md
- name: IIS servers (WinRM) (Classic)
href: apps/cd/deploy-webdeploy-iis-winrm.md
- name: Extend IIS Server deployments (Classic)
href: apps/cd/howto-webdeploy-iis-deploygroups.md
- name: SCVMM (Classic)
href: targets/scvmm.md
- name: VMware (Classic)
href: targets/vmware.md
- name: Deploy apps using containers
items:
# - name: Orchestration overview (New)
- name: Build images
href: ecosystems/containers/build-image.md
displayName: docker, compose, docker-compose, arm, buildkit, image
- name: Push images
href: ecosystems/containers/push-image.md
displayName: container registry, acr, gcr, ecr, docker hub, azure container registry, google container registry
- name: Content trust
displayName: docker content trust, dct
href: ecosystems/containers/content-trust.md
- name: Kubernetes
items:
- name: Deploy manifests
href: ecosystems/kubernetes/deploy.md
displayName: kubernetes, aks, gke, eks
- name: Bake manifests
href: ecosystems/kubernetes/bake.md
displayName: helm
- name: Multi-cloud deployments
href: ecosystems/kubernetes/multi-cloud.md
displayName: kubernetes, multicloud, aks, gke, eks, digital ocean
- name: Deployment strategies
href: ecosystems/kubernetes/deployment-strategies.md
displayName: canary, strategy, kubernetes, aks, gke, eks
- name: Azure Container Registry
href: ecosystems/containers/acr-template.md
- name: Azure Kubernetes Service
href: ecosystems/kubernetes/aks-template.md
- name: Kubernetes canary deployments
href: ecosystems/kubernetes/canary-demo.md
- name: Azure Machine Learning
href: targets/azure-machine-learning.md
- name: Consume & publish artifacts
items:
- name: About artifacts
href: artifacts/artifacts-overview.md
- name: Publish & download artifacts
href: artifacts/pipeline-artifacts.md
- name: Build artifacts
href: artifacts/build-artifacts.md
- name: Release artifacts and artifact sources
href: release/artifacts.md
- name: Maven
href: artifacts/maven.md
- name: npm
href: artifacts/npm.md
- name: NuGet
href: artifacts/nuget.md
- name: Python
href: artifacts/pypi.md
- name: Symbols
href: artifacts/symbols.md
- name: Universal
href: artifacts/universal-packages.md
- name: Restore NuGet packages (Package Management feeds)
href: packages/nuget-restore.md
- name: Restore & publish NuGet packages (Jenkins)
href: packages/jenkins.md
- name: Create & use resources
items:
- name: About resources
href: process/about-resources.md
- name: Add resources to a pipeline
href: process/resources.md
- name: Add & use variable groups
href: library/variable-groups.md
displayName: Azure key vault, link secrets, expansion, expand variables
- name: Secure files
href: library/secure-files.md
- name: Manage service connections
href: library/service-endpoints.md
- name: Manage agents & agent pools
items:
- name: About agents & agent pools
href: agents/agents.md
displayName: self-hosted, microsoft-hosted, parallel, capabilities, user capabilities, system capabilities, demands, pools, communication
- name: Add & manage agent pools
href: agents/pools-queues.md
displayName: queue, default, hosted, maintenance
- name: Microsoft-hosted agents
href: agents/hosted.md
- name: Self-hosted Linux agents
href: agents/v2-linux.md
- name: Self-hosted macOS agents
href: agents/v2-osx.md
- name: Self-hosted Windows agents
href: agents/v2-windows.md
- name: Windows agents (TFS 2015)
href: agents/v1-windows.md
- name: Scale set agents
href: agents/scale-set-agents.md
displayName: byos, elastic agents, VMSS, autoscale
- name: Run an agent behind a web proxy
href: agents/proxy.md
- name: Run an agent in Docker
href: agents/docker.md
- name: Use a self-signed certificate
href: agents/certificate.md
- name: Create & use deployment groups
items:
# - name: About deployment groups & deployment group jobs
# href: release/deployment-groups/index.md
- name: Provision deployment groups
href: release/deployment-groups/index.md
- name: Provision agents for deployment groups
href: release/deployment-groups/howto-provision-deployment-group-agents.md
- name: Add a deployment group job to a release pipeline
href: process/deployment-group-phases.md
- name: Deploying to Azure VMs using deployment groups in Azure Pipelines
href: release/deployment-groups/deploying-azure-vms-deployment-groups.md
- name: Configure security & settings
items:
# - name: About security options and requirements (New)
# href: policies/permissions.md
- name: Set retention policies
href: policies/retention.md
displayName: service endpoints
- name: Paying for parallel jobs
href: licensing/concurrent-jobs.md
- name: Pipeline permissions and security roles
href: policies/permissions.md
- name: Add users to contribute to pipelines
href: policies/set-permissions.md
- name: Grant version control permissions to the build service
href: scripts/git-commands.md#version-control
- name: Integrate with 3rd party software
items:
- name: Microsoft Teams
href: integrations/microsoft-teams.md
- name: Slack
href: integrations/slack.md
- name: Integrate with ServiceNow (Classic)
href: release/approvals/servicenow.md
- name: Integrate with Jenkins (Classic)
href: release/integrate-jenkins-pipelines-cicd.md
- name: Automate infrastructure deployment with Terraform
href: release/automate-terraform.md
- name: Migrate
items:
- name: Migrate from Jenkins
href: migrate/from-jenkins.md
- name: Migrate from Travis
href: migrate/from-travis.md
- name: Migrate from XAML builds
href: build/migrate-from-xaml-builds.md
- name: Migrate from Lab Management
href: targets/create-virtual-network.md
- name: Pipeline tasks
items:
- name: Task index
href: tasks/index.md
- name: Build tasks
items:
- name: .NET Core CLI
href: tasks/build/dotnet-core-cli.md
- name: Android build
href: tasks/build/android-build.md
- name: Android signing
href: tasks/build/android-signing.md
- name: Ant
href: tasks/build/ant.md
- name: Azure IoT Edge
href: tasks/build/azure-iot-edge.md
- name: CMake
href: tasks/build/cmake.md
- name: Docker
href: tasks/build/docker.md
- name: Docker Compose
href: tasks/build/docker-compose.md
- name: Go
href: tasks/build/go.md
- name: Gradle
href: tasks/build/gradle.md
- name: Grunt
href: tasks/build/grunt.md
- name: gulp
href: tasks/build/gulp.md
- name: Index Sources & Publish Symbols
href: tasks/build/index-sources-publish-symbols.md
- name: Jenkins Queue Job
href: tasks/build/jenkins-queue-job.md
- name: Maven
href: tasks/build/maven.md
- name: MSBuild
href: tasks/build/msbuild.md
- name: Visual Studio Build
href: tasks/build/visual-studio-build.md
- name: Xamarin.Android
href: tasks/build/xamarin-android.md
- name: Xamarin.iOS
href: tasks/build/xamarin-ios.md
- name: Xcode
href: tasks/build/xcode.md
- name: Xcode Package iOS
href: tasks/build/xcode-package-ios.md
- name: Utility tasks
items:
- name: Archive files
href: tasks/utility/archive-files.md
- name: Azure Network Load Balancer
href: tasks/utility/azure-nlb-management.md
- name: Bash
href: tasks/utility/bash.md
- name: Batch script
href: tasks/utility/batch-script.md
- name: Command line
href: tasks/utility/command-line.md
- name: Copy and Publish Build Artifacts
href: tasks/utility/copy-and-publish-build-artifacts.md
- name: Copy Files
href: tasks/utility/copy-files.md
- name: cURL Upload Files
href: tasks/utility/curl-upload-files.md
- name: Decrypt File
href: tasks/utility/decrypt-file.md
- name: Delay
href: tasks/utility/delay.md
- name: Delete Files
href: tasks/utility/delete-files.md
- name: Download Build Artifacts
href: tasks/utility/download-build-artifacts.md
- name: Download Fileshare Artifacts
href: tasks/utility/download-fileshare-artifacts.md
- name: Download GitHub Release
href: tasks/utility/download-github-release.md
- name: Download Package
href: tasks/utility/download-package.md
- name: Download Pipeline Artifact
href: tasks/utility/download-pipeline-artifact.md
- name: Download Secure File
href: tasks/utility/download-secure-file.md
- name: Extract Files
href: tasks/utility/extract-files.md
- name: File Transform
href: tasks/utility/file-transform.md
- name: FTP Upload
href: tasks/utility/ftp-upload.md
- name: GitHub Release
href: tasks/utility/github-release.md
- name: Install Apple Certificate
href: tasks/utility/install-apple-certificate.md
- name: Install Apple Provisioning Profile
href: tasks/utility/install-apple-provisioning-profile.md
- name: Install SSH Key
href: tasks/utility/install-ssh-key.md
- name: Invoke Azure Function
href: tasks/utility/azure-function.md
- name: Invoke REST API
href: tasks/utility/http-rest-api.md
- name: Jenkins Download Artifacts
href: tasks/utility/jenkins-download-artifacts.md
- name: Manual Intervention
href: tasks/utility/manual-intervention.md
- name: PowerShell
href: tasks/utility/powershell.md
- name: Publish Build Artifacts
href: tasks/utility/publish-build-artifacts.md
- name: Publish Pipeline Artifact
href: tasks/utility/publish-pipeline-artifact.md
- name: Publish to Azure Service Bus
href: tasks/utility/publish-to-azure-service-bus.md
- name: Python Script
href: tasks/utility/python-script.md
- name: Query Azure Monitor Alerts
href: tasks/utility/azure-monitor.md
- name: Query Work Items
href: tasks/utility/work-item-query.md
- name: Service Fabric PowerShell
href: tasks/utility/service-fabric-powershell.md
- name: Shell script
href: tasks/utility/shell-script.md
- name: Update Service Fabric Manifests
href: tasks/utility/service-fabric-versioning.md
- name: Test tasks
items:
- name: App Center Test
href: tasks/test/app-center-test.md
- name: Cloud-based Apache JMeter Load Test
href: tasks/test/run-jmeter-load-test.md
- name: Cloud-based Load Test
href: tasks/test/cloud-based-load-test.md
- name: Cloud-based Web Performance Test
href: tasks/test/cloud-based-web-performance-test.md
- name: Container Structure Test Task
href: tasks/test/container-structure-test-task.md
- name: Publish Code Coverage Results
href: tasks/test/publish-code-coverage-results.md
- name: Publish Test Results
href: tasks/test/publish-test-results.md
- name: Run Functional Tests
href: tasks/test/run-functional-tests.md
- name: Visual Studio Test
href: tasks/test/vstest.md
- name: Visual Studio Test Agent Deployment
href: tasks/test/visual-studio-test-agent-deployment.md
- name: Package tasks
items:
- name: CocoaPods
href: tasks/package/cocoapods.md
- name: Conda Environment
href: tasks/package/conda-environment.md
- name: Maven Authenticate
href: tasks/package/maven-authenticate.md
- name: npm
href: tasks/package/npm.md
- name: npm Authenticate
href: tasks/package/npm-authenticate.md
- name: NuGet
href: tasks/package/nuget.md
- name: NuGet Authenticate
href: tasks/package/nuget-authenticate.md
- name: PyPI Publisher
href: tasks/package/pypi-publisher.md
- name: Python Pip Authenticate
href: tasks/package/pip-authenticate.md
- name: Python Twine Upload Authenticate
href: tasks/package/twine-authenticate.md
- name: Universal Packages
href: tasks/package/universal-packages.md
- name: Xamarin Component Restore
href: /xamarin/cross-platform/troubleshooting/component-nuget
- name: Previous versions
items:
- name: NuGet Installer 0.*
href: tasks/package/prev-versions/nuget-installer-0.md
- name: NuGet Restore 1.*
href: tasks/package/nuget.md
- name: NuGet Packager 0.*
href: tasks/package/prev-versions/nuget-packager-0.md
- name: NuGet Publisher 0.*
href: tasks/package/prev-versions/nuget-publisher-0.md
- name: NuGet Command 0.*
href: tasks/package/nuget.md
- name: Pip Authenticate 0.*
href: tasks/package/prev-versions/pip-authenticate-0.md
- name: Twine Authenticate 0.*
href: tasks/package/prev-versions/twine-authenticate-0.md
- name: Deploy tasks
items:
- name: App Center Distribute
href: tasks/deploy/app-center-distribute.md
- name: Azure App Service Deploy
href: tasks/deploy/azure-rm-web-app-deployment.md
- name: Azure App Service Manage
href: tasks/deploy/azure-app-service-manage.md
- name: Azure App Service Settings
href: tasks/deploy/azure-app-service-settings.md
- name: Azure CLI
href: tasks/deploy/azure-cli.md
- name: Azure Cloud PowerShell Deployment
href: tasks/deploy/azure-cloud-powershell-deployment.md
- name: Azure File Copy
href: tasks/deploy/azure-file-copy.md
- name: Azure Function App
href: tasks/deploy/azure-function-app.md
- name: Azure Function App for Container
href: tasks/deploy/azure-rm-functionapp-containers.md
- name: Azure Key Vault
href: tasks/deploy/azure-key-vault.md
- name: Azure Monitor Alerts
href: tasks/deploy/azure-monitor-alerts.md
- name: Azure MySQL Deployment
href: tasks/deploy/azure-mysql-deployment.md
- name: Azure Policy
href: tasks/deploy/azure-policy.md
- name: Azure PowerShell
href: tasks/deploy/azure-powershell.md
- name: Azure Resource Group Deployment
href: tasks/deploy/azure-resource-group-deployment.md
- name: Azure SQL Database Deployment
href: tasks/deploy/sql-azure-dacpac-deployment.md
- name: Azure Web App
href: tasks/deploy/azure-rm-web-app.md
- name: Azure virtual machine scale set deployment
href: tasks/deploy/azure-vmss-deployment.md
- name: Azure Web App for Container
href: tasks/deploy/azure-rm-web-app-containers.md
- name: Build Machine Image (Packer)
href: tasks/deploy/packer-build.md
- name: Chef
href: tasks/deploy/chef.md
- name: Chef Knife
href: tasks/deploy/chef-knife.md
- name: Copy Files Over SSH
href: tasks/deploy/copy-files-over-ssh.md
- name: Docker
href: tasks/build/docker.md
- name: Docker Compose
href: tasks/build/docker-compose.md
- name: Helm Deploy
href: tasks/deploy/helm-deploy.md
- name: IIS Web App Deploy (Machine Group)
href: tasks/deploy/iis-web-app-deployment-on-machine-group.md
- name: IIS Web App Manage (Machine Group)
href: tasks/deploy/iis-web-app-management-on-machine-group.md
- name: Kubectl task
href: tasks/deploy/kubernetes.md
- name: Kubernetes manifest task
href: tasks/deploy/kubernetes-manifest.md
- name: PowerShell on Target Machines
href: tasks/deploy/powershell-on-target-machines.md
- name: Service Fabric App Deployment
href: tasks/deploy/service-fabric-deploy.md
- name: Service Fabric Compose Deploy
href: tasks/deploy/service-fabric-compose-deploy.md
- name: SSH
href: tasks/deploy/ssh.md
- name: Windows Machine File Copy
href: tasks/deploy/windows-machine-file-copy.md
- name: WinRM SQL Server DB Deployment
href: tasks/deploy/sql-dacpac-deployment-on-machine-group.md
- name: MySQL Database Deployment On Machine Group
href: tasks/deploy/mysqldb-deployment.md
- name: Tool tasks
items:
- name: Docker Installer
href: tasks/tool/docker-installer.md
- name: Go Tool Installer
href: tasks/tool/go-tool.md
- name: Helm Installer
href: tasks/tool/helm-installer.md
- name: Java Tool Installer
href: tasks/tool/java-tool-installer.md
- name: Kubectl Installer
href: tasks/tool/kubectl-installer.md
- name: Node.js Tool Installer
href: tasks/tool/node-js.md
- name: NuGet Tool Installer
href: tasks/tool/nuget.md
- name: Use .NET Core
href: tasks/tool/dotnet-core-tool-installer.md
- name: Use Python Version
href: tasks/tool/use-python-version.md
- name: Use Ruby Version
href: tasks/tool/use-ruby-version.md
- name: Visual Studio Test Platform Installer
href: tasks/tool/vstest-platform-tool-installer.md
- name: Troubleshooting
items:
- name: Troubleshoot pipeline runs
href: troubleshooting/troubleshooting.md
- name: Review logs
href: troubleshooting/review-logs.md
- name: Debug deployment issues
href: release/variables.md#debug-mode
- name: Troubleshoot Azure connections
href: release/azure-rm-endpoint.md
- name: Reference
items:
- name: YAML schema
href: yaml-schema.md
displayName: pipeline structure, pipeline, stage, job, steps, variables, templates, resources, triggers, ci trigger, push trigger, pr trigger, comment trigger, pool, server, script, bash, pwsh, powershell, checkout, task
- name: Expressions
href: process/expressions.md
- name: File matching patterns
href: tasks/file-matching-patterns.md
- name: File and variable transform
href: tasks/transforms-variable-substitution.md
- name: Logging commands
href: scripts/logging-commands.md
- name: Artifact policy checks
href: process/artifact-policy.md
- name: Case studies & best practices
items:
- name: Pipelines security walkthrough
items:
- name: Overview
href: security/overview.md
- name: Approach to securing YAML pipelines
href: security/approach.md
- name: Repository protection
href: security/repos.md
- name: Pipeline resources
href: security/resources.md
- name: Project structure
href: security/projects.md
- name: Security through templates
href: security/templates.md
- name: Variables and parameters
href: security/inputs.md
- name: Shared infrastructure
href: security/infrastructure.md
- name: Other security considerations
href: security/misc.md
- name: Add continuous security validation
href: ../migrate/security-validation-cicd-pipeline.md?toc=/azure/devops/pipelines/toc.json&bc=/azure/devops/pipelines/breadcrumb/toc.json
- name: Build & deploy automation
href: ../migrate/build-deployment-best-practices.md?toc=/azure/devops/pipelines/toc.json&bc=/azure/devops/pipelines/breadcrumb/toc.json
- name: Progressively expose releases using deployment rings
href: ../migrate/phase-rollout-with-rings.md?toc=/azure/devops/pipelines/toc.json&bc=/azure/devops/pipelines/breadcrumb/toc.json
- name: Developer resources
items:
- name: REST API reference
href: /rest/api/azure/devops/
- name: Azure DevOps CLI
href: /azure/devops/cli
- name: Microsoft Learn
items:
- name: Create a build pipeline
href: /learn/modules/create-a-build-pipeline/
- name: Implement a code workflow in your build pipeline by using Git and GitHub
href: /learn/modules/implement-code-workflow/index
- name: Run quality tests in your build pipeline
href: /learn/modules/run-quality-tests-build-pipeline/index
- name: Manage build dependencies with Azure Artifacts
href: /learn/modules/manage-build-dependencies/index
- name: Automated testing
href: /visualstudio/test/lab-management/use-build-or-rm-instead-of-lab-management