https://github.com/massdriver-cloud/azure-devops-pipelines
https://github.com/massdriver-cloud/azure-devops-pipelines
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/massdriver-cloud/azure-devops-pipelines
- Owner: massdriver-cloud
- License: mit
- Created: 2023-10-25T19:15:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-06T19:28:20.000Z (9 months ago)
- Last Synced: 2025-01-23T03:13:51.748Z (5 months ago)
- Language: TypeScript
- Size: 44.1 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure DevOps Pipeline for the Mass CLI
## Introduction
This is the repo for the [Mass CLI extension](https://marketplace.visualstudio.com/items?itemName=Massdriver.mass-cli) for Azure DevOps Pipelines.
## Manually publishing a new release
1. Run `tsc` in any task directory that was updated
2. Bump the major version of the task in the `task.json` file
3. Bump the version of the extension in the `vss-extension.json` file
4. Run `tfx extension create --manifest-globs vss-extension.json` in the root directory
5. Open Massdriver [publisher](https://marketplace.visualstudio.com/manage/publishers/Massdriver)
6. Click 3 dots next to the extension and select `Update`
7. Upload the new version of the extension (`.vsix` file)