Перейти к файлу
Peter Jausovec 3f877581ed Only log errors when we are deploying new services; don't log errors if we are scaling old services down. 2016-12-16 10:18:30 -08:00
.vscode
src Only log errors when we are deploying new services; don't log errors if we are scaling old services down. 2016-12-16 10:18:30 -08:00
tests/tasks/docker
typings
.gitignore
.taskkey
DockerIntegration_ExtensionForVisualStudioTeamServices_Pre-ReleaseEULA.docx
README.md
ThirdPartyNotices.txt
gulpfile.js
package.json
pytests.sh
tsconfig.json
tsd.json
tslint.json

README.md

vsts-docker

This is the source code repository of Docker extension for Visual Studio Team Services. This extension contains VSTS build tasks to work with Docker.

Working with this repo

Implementation details

  • Task and corresponding tests are in TypeScript.
  • Lint is the static analysis tool.
  • Istanbul is the code coverage tool.
  • Mocha is the testing framework.
  • Chai, Sinon and Sinon-Chai are used for assertions.

Commands

(assuming node is installed)

Once:

$ npm install
$ npm install gulp -g
$ npm install tfx-cli -g

Build:

$ gulp build

Test:

$ gulp test

Package (vsix will be generated at _build/package):

$ gulp package