https://github.com/nemeslaszlo/azure-custom-pipeline-task-template
A template for building Microsoft Azure DevOps Pipeline custom tasks.
https://github.com/nemeslaszlo/azure-custom-pipeline-task-template
azure azure-custom-task azure-devops azure-extensions azure-pipeline azure-pipelines typescript
Last synced: about 1 month ago
JSON representation
A template for building Microsoft Azure DevOps Pipeline custom tasks.
- Host: GitHub
- URL: https://github.com/nemeslaszlo/azure-custom-pipeline-task-template
- Owner: NemesLaszlo
- Created: 2022-05-21T22:34:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-20T12:44:32.000Z (4 months ago)
- Last Synced: 2025-01-29T08:44:22.032Z (3 months ago)
- Topics: azure, azure-custom-task, azure-devops, azure-extensions, azure-pipeline, azure-pipelines, typescript
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Azure-Custom-Pipeline-Task-Template
A template for building Microsoft Azure DevOps Pipeline custom tasks.
This repository contains a template how to create Azure custom tasks with example calls to walk through a process.
### Upload icon to the task
- Upload a ".png" file into the "buildandreleasetask" to set up a icon to the task in the pipeline configuration.
- Upload a ".png" file to following path with the following name to set up a icon to the actual task: "images/extension-icon.png". You can modify this in the "vss-extension.json"### Resources to create Azure custom tasks
https://docs.microsoft.com/en-us/azure/devops/extend/develop/add-build-task?view=azure-devops
https://www.ipswitch.com/blog/how-to-build-an-azure-custom-build-release-task