Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Tasks for Azure Pipelines

License

NotificationsYou must be signed in to change notification settings

microsoft/azure-pipelines-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks

Overview

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.

Status

Build & Test
WinWindowsBuild & Test
macOSmacOSBuild & Test
LinuxLinuxBuild & Test

How to Use Tasks

See the documentation forContinuous integration and deployment.

Writing Tasks

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.

Contributing

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.

Issues

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.

Deprecated Tasks

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.

Common reasons for deprecation:

  • 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

Stars

Watchers

Forks

Packages

No packages published

Contributors667


[8]ページ先頭

©2009-2025 Movatter.jp