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 for Converge360.

comments powered by Disqus

Featured

  • AI for GitHub Collaboration? Maybe Not So Much

    No doubt GitHub Copilot has been a boon for developers, but AI might not be the best tool for collaboration, according to developers weighing in on a recent social media post from the GitHub team.

  • Visual Studio 2022 Getting VS Code 'Command Palette' Equivalent

    As any Visual Studio Code user knows, the editor's command palette is a powerful tool for getting things done quickly, without having to navigate through menus and dialogs. Now, we learn how an equivalent is coming for Microsoft's flagship Visual Studio IDE, invoked by the same familiar Ctrl+Shift+P keyboard shortcut.

  • .NET 9 Preview 3: 'I've Been Waiting 9 Years for This API!'

    Microsoft's third preview of .NET 9 sees a lot of minor tweaks and fixes with no earth-shaking new functionality, but little things can be important to individual developers.

  • Data Anomaly Detection Using a Neural Autoencoder with C#

    Dr. James McCaffrey of Microsoft Research tackles the process of examining a set of source data to find data items that are different in some way from the majority of the source items.

  • What's New for Python, Java in Visual Studio Code

    Microsoft announced March 2024 updates to its Python and Java extensions for Visual Studio Code, the open source-based, cross-platform code editor that has repeatedly been named the No. 1 tool in major development surveys.

Subscribe on YouTube