Skip to content

Build mobile app packages with Visual Studio Mobile Center.

Notifications You must be signed in to change notification settings

seanfisher/VSMobileCenterBuild

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%