Skip to content

DescartesMobile/google-cloud-tfs

 
 

Repository files navigation

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.

Documentation

For Documentation on using the extension, see DETAILS.md

Installation

The latest stable version can be found on the Visual Studio Marketplace.

The latest development version is not available as a package.

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

Build

Prerequisits

  • PowerShell. Installed by default on modern windows platforms.
  • Node.js. Download and install from the website.
  • npm. Should be installed with the Node.js install.
  • TypeScript. Install with npm install -g typescript
  • tfx The tfs cli. Install with npm install -g tfx-cli

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

Support

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 95.8%
  • PowerShell 4.2%