{"id":13554922,"url":"https://github.com/microsoft/azure-devops-extension-tasks","last_synced_at":"2025-05-16T14:04:32.981Z","repository":{"id":41297306,"uuid":"57894036","full_name":"microsoft/azure-devops-extension-tasks","owner":"microsoft","description":"Pipeline tasks for Azure DevOps Extensions","archived":false,"fork":false,"pushed_at":"2025-04-29T14:53:53.000Z","size":4197,"stargazers_count":194,"open_issues_count":18,"forks_count":82,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-05-05T04:32:48.086Z","etag":null,"topics":["azure-devops","azure-devops-extension","azure-pipelines","azure-pipelines-task","continuous-delivery"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=ms-devlabs.vsts-developer-tools-build-tasks","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"jessehouwing","patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":"https://www.paypal.me/jessehouwing/5"}},"created_at":"2016-05-02T13:57:37.000Z","updated_at":"2025-04-29T14:53:55.000Z","dependencies_parsed_at":"2022-08-10T01:53:49.547Z","dependency_job_id":"40132957-2cda-4053-aa7c-408e729fbbfa","html_url":"https://github.com/microsoft/azure-devops-extension-tasks","commit_stats":null,"previous_names":[],"tags_count":68,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fazure-devops-extension-tasks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fazure-devops-extension-tasks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fazure-devops-extension-tasks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fazure-devops-extension-tasks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/azure-devops-extension-tasks/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254544146,"owners_count":22088807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["azure-devops","azure-devops-extension","azure-pipelines","azure-pipelines-task","continuous-delivery"],"created_at":"2024-08-01T12:02:57.631Z","updated_at":"2025-05-16T14:04:32.964Z","avatar_url":"https://github.com/microsoft.png","language":"TypeScript","funding_links":["https://github.com/sponsors/jessehouwing","https://www.paypal.me/jessehouwing/5"],"categories":["TypeScript"],"sub_categories":[],"readme":"# Azure DevOps Extension Tasks\nBuild: [![Build Status](https://dev.azure.com/solidify-ms-devlabs/DevLabs%20Extensions/_apis/build/status%2Fazure-devops-extension-tasks?branchName=main\u0026stageName=Build\u0026jobName=Build%20on%20Windows)](https://dev.azure.com/solidify-ms-devlabs/DevLabs%20Extensions/_build/latest?definitionId=5\u0026branchName=main)\nRelease: [![Build Status](https://dev.azure.com/solidify-ms-devlabs/DevLabs%20Extensions/_apis/build/status%2Fazure-devops-extension-tasks?branchName=main\u0026stageName=Publish%20publicly%20to%20MsDevLabs)](https://dev.azure.com/solidify-ms-devlabs/DevLabs%20Extensions/_build/latest?definitionId=5\u0026branchName=main)\n\nThis extension provides build and release tasks for packaging and publishing Azure Devops Extensions to the [Visual Studio Marketplace](https://marketplace.visualstudio.com). There are also tasks to share and install your extension to your Azure Devops organization or Team Foundation Server.\n\n## To use\n\n[Learn more](https://marketplace.visualstudio.com/items?itemName=ms-devlabs.vsts-developer-tools-build-tasks) about this extension and install the extension into your Azure DevOps Organization via the Visual Studio Marketplace.\n\n## Available tasks\n\nAzure DevOps\n\n* **Package**: package an Azure DevOps extension into an extension package (.VSIX) file\n* **Publish**: (optionally) package and publish an extension (either privately or publicly) to the Visual Studio Marketplace\n* **Unpublish**: unpublish an extension from the Visual Studio Marketplace\n* **Share**: share an extension with an Azure DevOps organization\n* **Install**: install an extension to an Azure DevOps organization\n* **Query version**: query an extension's version (to make it easy to increment on your next package or publish)\n* **Wait for validation**: waits for the Visual Studio Marketplace validation to come through.\n\nVisual Studio\n\n* **Publish**: Publish a Visual Studio extension to the Visual Studio Marketplace\n\n### Required scopes\n\n When creating a personal access token for use by your pipeline, make sure the token has at least the following scopes for the task(s) you are using:\n\n* **Publish**: `All accessible organizations`, `Marketplace (publish)`\n* **Unpublish**: `All accessible organizations`, `Marketplace (manage)`\n* **Share**: `All accessible organizations`, `Marketplace (publish)`\n* **Install**: `All accessible organizations` or a specific Organization, `Extensions (read and manage)`, `Marketplace (acquire)`\n* **Query Version**: `All accessible organizations`, `Marketplace (read)`\n* **Is Valid**: `All accessible organizations`, `Marketplace (read)`\n\n![Permissions](permissions.png)\n\n## Contribute\n\n1. From the root of the repo run `npm run initdev`. This will pull down the necessary modules and TypeScript declare files.\n2. Run `npm run build` to compile the build tasks.\n3. Run `npm run package` to create a .vsix extension package that includes the build tasks.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fazure-devops-extension-tasks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fazure-devops-extension-tasks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fazure-devops-extension-tasks/lists"}