bluekiri / google-cloud-tfs

VSTS Extension for deploying to Google Cloud Platform services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status codecov

GcpLogo Cloud Tools for Team Foundation Server

This repository contains an extension for Team Foundation server and Visual Studio Team Services. The extension provides a new service endpoint and several build tasks for interacting with Google Cloud Platform.

Installation

The latest stable version can be found on the Visual Studio Marketplace or in the GitHub Releases

The latest development version is available from AppVeyor.

You can build the vsix package from source, and then upload and install the extension from the extension management page of TFS.

Documentation

For Documentation on using the extension, see DETAILS.md

Support

Issues are tracked on GitHub. Questions can be asked on StackOverflow

Build

Prerequisites

  • PowerShell: Installed by default on modern windows platforms.
  • Node.js: Download and install from the website.
  • npm: Installed along with Node.js.
  • TypeScript: Install with npm install -g typescript
  • tfx: The tfs cli. Install with npm install -g tfx-cli
  • mocha: A JavaScript test runner. npm install -g mocha
  • ts-node: Used by mocha to run TypeScript directly. npm install -g ts-node
  • nyc: The Istanbul code coverage tool. Install with npm install -g nyc

Build Script

Execute build script ./build/BuildExtension.ps1. It will download needed modules, build the common files and build tasks, and then package everything into ./bin/Google Cloud Tools.google-cloud-tfs-<version>.vsix.

Contributing

See our Contributing guide

About

VSTS Extension for deploying to Google Cloud Platform services

License:Apache License 2.0


Languages

Language:TypeScript 95.8%Language:PowerShell 4.2%