https://github.com/colindembovsky/vso-colinsalmcorner-extensions
Colin's ALM Corner Extensions for VSO
https://github.com/colindembovsky/vso-colinsalmcorner-extensions
Last synced: about 1 year ago
JSON representation
Colin's ALM Corner Extensions for VSO
- Host: GitHub
- URL: https://github.com/colindembovsky/vso-colinsalmcorner-extensions
- Owner: colindembovsky
- Created: 2015-05-25T09:34:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-04T14:31:27.000Z (almost 11 years ago)
- Last Synced: 2025-03-29T11:34:38.522Z (about 1 year ago)
- Language: JavaScript
- Size: 375 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colins ALM Corner VSO Extensions
This repo contains some simple extensions written in TypeScript - see [Extensions for Visual Studio Online](http://www.visualstudio.com/integrate/extensions/overview). For more on how I built this extension, see my [blog post](http://bit.ly/1HENVZa).
## Getting started
### Pre-requisites
1. [Join the Visual Studio Partner program](http://www.vsipprogram.com/join) to get early access to the Extensions feature
2. Verify the Extensions feature has been enabled on your account by navigating to ```https://youraccount.visualstudio.com/_admin/_ext```.
3. Available local or cloud web server with HTTPS (IIS, Node.js, Azure Web App, Heroku, etc)
### Steps
1. Clone this repo
2. Browse to the folder of the extension you are interested in trying
3. Publish the contents of the extension to a local or cloud web server
* The root of the extension should be at the root of the web server, for example: https://myserver/images/fabrikam-logo.png
4. Update this extension manifest file:
* Update the `baseUri` field to be the fully-qualified URL to the root of your web server, for example: `https://myserver`
6. Install the extension into your Visual Studio Online account
* Navigate to ```https://youraccount.visualstudio.com/_admin/_ext``` (replace youraccount with your real account name)
* Click **Install** and browse to your manifest file, for example extension-me.json
* Click **OK**
## What's available
### Retry Build

Retry a build from the Completed Builds view.