News

VS App Center Touts Open Source, API-Driven DevOps for Mobile Development

Microsoft has open sourced several tools in the pursuit of API-Driven Continuous Integration/Continuous Delivery for mobile apps with Visual Studio App Center.

The company highlighted several open source contributions it has made in order to help mobile developers integrate with other tools of their choice when using App Center, which offers continuous build, test, deploy and engagement services for iOS and Android apps.

"It's common for developers to use Visual Studio App Center alongside all the tools they love and rely on, and respecting those preferences and investments is central to the way we design and think about App Center," said the team's Patrick Nikoletich in a blog post last week. "We hope to put the power to extend and flex your workflow back in your hands by exposing as much as possible through our public API."

In fact, those public APIs for the App Center Client Preview number more than 200.

The open source contributions hosted on GitHub to further the team's integration mission include:

  • App Center CLI: "The appcenter-cli was built to support your most common scenarios by supporting as many CI offerings as possible with App Center's Test and Distribution services," Nikoletich said.

  • App Center Build Scripts Examples: Build scripts let developers run unit tests, make configuration changes or send notifications to external services while a build is executing.

    "We started a new repository of house samples to give you a quick start that gets you going with your own custom build process," Nikoletich said.

  • Fastlane: The open source Fastlane automates tedious tasks like generating screenshots, dealing with provisioning profiles and releasing iOS and Android apps.

    "There's a plugin available to automatically upload symbols and release artifacts for distribution through App Center for users who prefer to leverage Fastlane's tools for their iOS or Android apps," Nikoletich said.

  • Visual Studio Team Services (VSTS) Tasks: "We have open sourced the builds step to ship symbols and releases to our Distribution, Crash, and Test services, along with a wide array of the other steps you see when you start to assemble your build configurations," Nikoletich said.

    Those App Center tasks are on GitHub here.

  • Modular App Center SDKs: Various flavors of the team's SDK can be examined on the following open source GitHub repositories:

"We hope you're inspired to experiment a little on your own and tell us how we can make your daily experiences and integrations even better," Nikoletich said in last week's blog post.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube