- Notifications
You must be signed in to change notification settings - Fork2.7k
microsoft/azure-pipelines-tasks
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This repo contains the tasks that are provided out-of-the-box with Azure Pipelines and Team Foundation Server.
This provides open examples on how we write tasks which will help you write other tasks which can be uploaded to your account or server. SeeWriting Tasks below.Check Deprecation.md file for the list of task which are no longer supported.
| Build & Test | |
|---|---|
Windows | |
macOS | |
Linux |
See the documentation forContinuous integration and deployment.
If you need custom functionality in your build/release, it is usually simpler to use the existing script running tasks such as the PowerShell or Bash tasks. Writing a new task may be appropriate if you need deeper integration or reusability in many build definitions
Tasks are simply tool runners. They know how to run MSBuild, VSTest, etc... in a first class way and handle return codes, how to treat std/err out, and how to write timeline records based on expected output. They also get access to credentials to write back to TFS/Azure Pipelines.
For uploading custom tasks to Azure Pipelines use theTFS Cross Platform Command Line utility.
Tasks can also be deployed with an Azure DevOps extension. Seethis tutorial for how to write a custom task and package it inside an extension.
This project welcomescontributions and suggestions.
This project has adopted theMicrosoft Open Source Code of Conduct.For more information see theCode of Conduct FAQ orcontactopencode@microsoft.com with any additional questions or comments.
We accept issue reports both here (file a GitHub issue) and inDeveloper Community.
Do you think there might be a security issue? Have you been phished or identified a security vulnerability? Please don't report it here - let us know by sending an email tosecure@microsoft.com.
Some tasks in this repository have been deprecated and are no longer actively maintained. Deprecated tasks will display a warning banner when used in pipelines, and will be removed after a 90-day notice period.
If you are using a deprecated task, please migrate to the recommended replacement task as soon as possible to avoid disruption to your pipelines.
For a complete list of deprecated tasks, their deprecation dates, and migration guidance, seeDEPRECATION.md.
- Retired Azure services - The underlying Azure service has been retired or replaced
- Security improvements - Newer versions use more secure authentication methods (e.g., Workload Identity Federation)
- Outdated dependencies - The task uses deprecated tools or libraries (e.g., older versions of AzCopy, PowerShell modules)
- Better alternatives available - Superseded by newer task versions with improved functionality
About
Tasks for Azure Pipelines
Resources
License
Code of conduct
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.



