Skip to content

Notes

Cake Build for .NET Core

Using the awesome Cake build scripting system for .NET Core projects.

Posted on Sunday, April 28, 2019

Cake

Cake is a build scripting system using a C# DSL

Taming the power of Cake

Gabriel Weyer's blogSource on GithubMy Fork

Gotchas

  • When provisioning Nuget key, use glob pattern *
  • Other techniques to version nuget: NerdBank GitVersion - was hard to get working on CI
  • As mentioned in this Github Thread the way to provide package information is to use the csproj file, don't bother creating a nuspec.