AWS CodeBuild Now Supports Builds for .NET Core 2.0

Posted on: Dec 21, 2017

AWS CodeBuild now supports builds for .NET Core 2.0 for Linux in addition to previous support for .NET Core 1.1.

AWS CodeBuild is a fully managed build service that compiles source code, runs tests, and produces software packages that are ready to deploy. With CodeBuild, you don’t need to provision, manage, and scale your own build servers. CodeBuild scales continuously and processes multiple builds concurrently, so your builds are not left waiting in a queue. You can get started quickly by using prepackaged build environments, or you can create custom build environments that use your own build tools.

To see a code sample for using .NET Core on AWS CodeBuild, please go here.

Please go here for a full list of Regions where AWS CodeBuild is available.