News

Visual Studio App Center Ties In to GitHub

Microsoft announced Visual Studio App Center, its cloud-based lifecycle management service for mobile and other apps, has partnered with the GitHub development platform for continuous integration (CI) and other services.

App Center provides CI, building, testing, deployment and other automated services for iOS, Android and other apps, including Windows and macOS. By connecting such apps to project repositories, developers can build in the Azure cloud, test on real devices, distribute apps to testers and app stores and so on.

Leveraging a new GitHub Checks API, that will be even easier with the GitHub platform, known for housing hundreds of thousands of open source and other code repositories.

Just announced this week as a public beta, the Checks API provides more information beyond simple binary pass/fail build status reports, such as integrated rich status data, annotated lines of code providing more detailed information and more.

For App Center developers, this functionality is streamlined via the new Visual Studio App Center app available in the GitHub Marketplace.

The new integration between App Center and GitHub means developers building apps for iOS, Android, Xamarin and React Native that use mobile repositories on GitHub can install the App Center GitHub app and take advantage of the new Checks API. "Connect your GitHub account to App Center with just a few clicks and start building your code," Microsoft said in a blog post. "GitHub will notify you when it detects you have a mobile project, so you can enable CI on the repository and start automating your process."

The GitHub Check API also integrates with other continuous integration tools, such as Travis CI, CircleCI and even Microsoft's Outlook.

For its part, Microsoft said, "We designed App Center to simplify and automate the tricky, manual steps of mobile development. After connecting a GitHub repo to App Center, developers can configure apps to build on commit, test automatically on thousands of real devices, distribute to beta testers, collect analytics and crash reports, and even upload to app stores when ready for release.

"All of this is orchestrated within GitHub via the new Checks API, displaying App Center activity on pull requests so developers can keep their entire workflow within GitHub, staying focused on code and automating the rest."

The GitHub App Center tool is free for all projects, with monthly fees imposed for build concurrencies with unlimited hours and another plan that combines two build concurrencies with one test device concurrency.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Uno Platform Wants Microsoft to Improve .NET WebAssembly in Two Ways

    Uno Platform, a third-party dev tooling specialist that caters to .NET developers, published a report on the state of WebAssembly, addressing some shortcomings in the .NET implementation it would like to see Microsoft address.

  • Random Neighborhoods Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the random neighborhoods regression technique, where the goal is to predict a single numeric value. Compared to other ML regression techniques, advantages are that it can handle both large and small datasets, and the results are highly interpretable.

  • As Some Orgs Restrict DeepSeek AI Usage, Microsoft Offers Models and Dev Guidance

    While some organizations are restricting employee usage of the new open source DeepSeek AI from a Chinese company due to data collection concerns, Microsoft has taken a different approach.

  • Useful New-ish Features in .NET/C#

    We often hear about the big new features in .NET or C#, but what about all of those lesser known, but useful new features? How exactly do you use constructs like collection indices and ranges, date features, and pattern matching?

  • TypeScript 5.8 Beta Speeds Program Loads, Updates

    "TypeScript 5.8 introduces a number of optimizations that can both improve the time to build up a program, and also to update a program based on a file change in either --watch mode or editor scenarios."

Subscribe on YouTube