OSS contributor (@cakebuildnet and others) | Microsoft MVP
No longer active here. Check out
[email protected] | Bsky: @pascalberger.me
ID: 1709780413
29-08-2013 11:14:10
1,1K Tweet
272 Takipçi
828 Takip Edilen
I might be biased (since this was a feature that I contributed), but the new ability in Cake Build to see the reason why a task was skipped in the build summary is a great new feature! Find out all about it in this video: youtu.be/UQigj_sJI-Q #dotnet #devops #csharp
Starting with version v3.0.0 of Cake Build it is now possible to invoke Cake with multiple entry targets. dotnet-cake ./build.cake --target=A --target=B Find out all about it in this video: youtu.be/cg0DN3SOY8w #dotnet #devops #csharp
Starting with Cake Build v3.0.0 there is a new TaskOf method, which can be used to make declaration of Tasks easier. Find out more about this here: youtu.be/SdalSlnc0uU #dotnet #devops #csharp
Cake.Issues 2.0, the issue management addin for Cake Build, has been released cakeissues.net/news/cake-issu…
I've just published my next YouTube video, which is a short 15-minute intro to the Cake Build build orchestration tooling for #csharp and #dotnet. In it, I demo setting up both a build script, and also a "Frosting" build project. youtu.be/qKRxSut0W-I
Cake Issues, the addin for Cake Build to work with linting results, has reached version 3.0 cakeissues.net/news/cake-issu…
Wrote a bit about getting Renovate Bot working in Azure DevOps. blog.ostebaronen.dk/2024/01/renova… If you have a project that you want dependencies automatically updated. Give it a read. Thanks to Pascal Berger ([email protected]) Mattias Karlsson (he/him) and Martin Björkström for help 🍻