Profile picture of Liam Moat

Liam Moat

Principal Software Engineer at Microsoft

.NET

Page 1 of 1. See all tags.

Create a Visual Studio solution using the dotnet CLI

By Liam Moat.

The .NET Core command-line interface (CLI) is a cross-platform toolchain for developing .NET applications. This post will explore creating a Visual Studio solution using the CLI without needing to rely on Visual Studio.

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!