An open API service indexing awesome lists of open source software.

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

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

![image](src/retry-build/images/retry-build-screenshot.png)

Retry a build from the Completed Builds view.