seanfisher / VSMobileCenterBuild

Build mobile app packages with Visual Studio Mobile Center.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VSMobileCenterBuild

Start a build in Azure Mobile Center, wait for it to finish and retrieve the build output. This build output can then be published as artifacts against the current build.

Build status

Capabilities

VSMobileCenterBuild is a custom build task that allows a build definition to trigger a build in Visual Studio Mobile Center. The build task will loop repeatedly after triggering the build and continuously check the build status. Once the build status is complete then the resulting artifacts will be downloaded to a file named mobile-center-artifacts.zip in the current working directory. This file should be published as artifacts for the current build using the native publish build task.

Requirements

Install

You can read how to use it at simonlamb.codes.

To test

npm test

To generate Cobetura format coverage

npm run coverage

Debug

You can debug the generator using VS Code. You need to update the launch.json. Replace any value in [] with your information. Use npm link from the root folder to load your local version.

About

Build mobile app packages with Visual Studio Mobile Center.


Languages

Language:JavaScript 100.0%