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.
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.
- Team Foundation Server 2017 or Visual Studio Team Services Account
- Visual Studio Mobile Center Subscription
- Configure a build in Mobile Center and connect to a source control repository
You can read how to use it at simonlamb.codes.
npm test
npm run coverage
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.