this post was submitted on 19 Nov 2024
7 points (100.0% liked)

.NET

1482 readers
15 users here now

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

Wikipedia pages

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] GetOffMyLan 3 points 16 hours ago (4 children)

Can someone explain why I would use this over the dotnet command.

I do some semi complex Dev ops stuff at work and haven't hit anything that can't be done through the cli.

[–] BlueSerendipity8 3 points 8 hours ago (3 children)

Cake is an imperative and task-based way of expressing builds. In my opinion, it truly provides its benefits when you have a complex build pipeline. The added value is that any C# developer can understand and contribute to the build process without needing to master bash or PowerShell scripting languages or figure out how to use declarative DSLs like GitHub Actions, AppVeyor, or GitLab CI

[–] GetOffMyLan 1 points 7 hours ago* (last edited 7 hours ago)

Makes sense. So far I've been able to do all that within the project file itself with tasks and property files.

load more comments (2 replies)
load more comments (2 replies)