Profile picture of Liam Moat

Liam Moat

Principal Software Engineer at Microsoft

Bitbucket

Page 1 of 1. See all tags.

Deploy to Firebase with Bitbucket Pipelines

By Liam Moat.

Firebase is a cloud platform from Google offering a number of great products giving you everything you need to build and grow your web and mobile apps. This post shows you how to take advantage of Hosting, which when combined with Bitbucket Pipelines can give you cost-effective hosting and CI/CD for your static website.

Bitbucket Pipelines and Unit Testing .NET Core

By Liam Moat.

Atlassian recently announced continuous delivery inside Bitbucket with Pipelines - build, test and deploy from Bitbucket. Shortly after Microsoft announced the release of .NET Core 1.0. Pipelines can build Node, Ruby, Python, PHP and anything else you can run in a Docker image - including .NET Core. Take a look how to use Pipelines to not only build a .NET Core project, but test it as well!